/* CSS Document */
body{
background-image:url(../images/login_02.gif);
background-repeat:repeat-x;
padding:0;
margin:0;
font-family:"Trebuchet MS", Arial, Tahoma;
font-size:11px;
color:#333333;
}
#leftcol{
background-image:url(../images/login_03.gif);
background-repeat:repeat-x;
height:287px;
width:51%;
float:left;
margin-top:170px;
text-align:right;
border-left:#FFFFFF 1px solid;
}
#rightcol{
background-image:url(../images/login_07.gif);
background-repeat:repeat-x;
height:230px;
width:46%;
float:left;
margin-top:170px;
padding-left:25px;
padding-top:65px;
}
.login{
font-family:Tahoma, SansSerif, Arial;
font-size:11px;
color:#666666;
border:#A0A2A3 solid 1px;
padding:1px 5px;
}
.loginhead{
background-image:url(../images/login_12.gif);
background-repeat:no-repeat;
background-position:2px 38px;
}
.incorrect{
color:#FF0000;
}
#botnav{
font-family:"Trebuchet MS", Arial, SansSerif;
font-size:11px;
color:#000033;
padding:10px;
}
#botnav a{
font-weight:bold;
color:#000033;
text-decoration:underline;
}
#botnav a:hover{
font-weight:bold;
color:#000033;
text-decoration:underline;
}