html {height: 100%;}

body{font-size:11px; font-family: tahoma;}
body.body{height: 98%;}
body.bodyMozilla{height: 99%;}
body.bodyIE7{height: 79%;}
body.bodyIE6{height: 98%;}
body.bodyOpera{height: 98%;}


.bodyLogin {padding:0px; margin:0px; height:100%; background:#0063A5;}

.butNormal{ 
    border:1px solid #005395;
    background: url('/backend/Gui/common/images/butNormal.gif') repeat-x 0px 50%;
    cursor: pointer; padding:3px;
}

.inputText{ 
    border-right:1px solid #2083C5; border-bottom:1px solid #2083C5; 
    border-left:1px solid #005395; border-top:1px solid #005395;
    padding:3px;
}


hr{border-bottom:1px solid #2083C5; border-right:1px solid #2083C5; border-top:1px solid #005395; border-left:1px solid #005395; }

table.tableForm{}
table.tableForm td {padding:3px; font-size:12px;}
table.tableForm td input{ font-size:12px; font-family:tahoma;}

div.divForm {
    margin-top:20px; margin-bottom:120px;
}

div.divForm h1{
    font-family: tahoma; 
    font-size:19px; 
    color:#f2f1f4; 
    font-weight:normal; 
    margin-bottom:12px; 
    padding:0px; 
}

A.link3 {color: #FFFFFF; text-decoration: none; }
A.link3:visited { color: #FFFFFF; text-decoration: none;} 
A.link3:hover { color: #FFFFFF; text-decoration: underline;}
