﻿.button
{
    cursor: pointer;
    text-align: center;
    background-image: url(../images/Button.png);
    background-repeat: no-repeat;
    width: 122px;
    height: 35px;
    color: #feffff;
    font-size: 10pt;
    font-family: Segoe UI, sans-serif;
    line-height: 30px;
    vertical-align: middle;
}

.button:hover
{
    background-image: url(../images/button_hover.png);
}

#divLogin th
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#divLogin input[type=text], #divLogin input[type=password]
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgb(221, 221, 221);
    width: 120px;
    height: 16px;
    font-family: sans-serif;
    font-size: 9pt;
}

#divLogin td.fieldColumn
{
    overflow: hidden;
    width: 120px;
}

.modal
{
    background-image: url(../images/Dialog_bg.png);
    background-repeat: repeat;
    border: 1px solid #26ae51;
    cursor: default;
    display: none;
    text-align: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1000;
    color: White;
}

.modal header
{
    text-align: left;
    height: 28px;
    padding-top: 4px;
    padding-left: 10px;
    background-image: url(../images/DialogHeader_bg.png);
    margin: 0px;
    font-size: 13pt;
    color: White;
}

.shadow
{
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}
