*{ 
padding:0px; 
margin:0px;
}

body{ 
padding:0px; 
margin:15px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#666666; 
background-color:#003778;
}

a{ text-decoration:none; color:#333333;}
a:hover{ text-decoration:underline; color:#FFB500;}

fieldset{ border:1px solid #e1e1e1; padding-left:20px; padding-bottom:10px;}
legend{ color:#666666; font-weight:bold;}
label{ padding:5px; color:#666666; float:left; width:90%; margin-left:20px;}
input{ border:1px solid #cccccc;}

#body{ 
float:left; 
width:99.8%;
border:1px solid #e1e1e1; 
height:550px; 
background-color:#FFFFFF; 
position:relative;
}


.header{ 
float:left; 
padding:5px; 
width:99%; 
height:90px; 
border-bottom:1px solid #e1e1e1; 
position:relative;
}

.logo{ 
float:left; 
width:40%; 
padding:5px; 
background-image:url(../images/logo.gif); 
background-repeat:no-repeat;
height:90px;
padding-left:250px;
}

.logo h1{ float:left; 
padding-left:95px; 
padding-top:55px; 
font-size:20px; 
color:#333333; 
font-weight:bold; 
margin:0px;
}
.date{ 
float:right; 
width:30%; 
text-align:right; 
padding:5px; 
font-weight:bold;
}

.main_body{ 
float:left; 
width:99%; 
height:auto; 
margin-top:5px;
}

.login_box{ 
float:left; 
border:1px solid #e1e1e1; 
padding-bottom:10px; 
margin-top:60px; 
margin-left:230px; 
width:50%; 
position:absolute;
}

.login_box h1{ 
float:left; 
width:98.8%; 
margin:0px;
padding:5px; 
border-bottom:1px solid #e1e1e1; 
background-color:#FFB500;
background-image:url(../images/btn_bg.gif);
background-repeat:repeat-x;
color:#f5f5f5; 
font-size:24px; 
font-weight:bolder;
}
.login_left{ 
float:left; 
width:35%; 
position:relative; 
padding:5px;
}
.login_right{ 
float:left; 
width:60%; 
padding:5px; 
position:relative;
}

.btn{
background-image:url(../images/btn_bg.gif); 
border:1px solid #cccccc; 
background-repeat:repeat-x; 
color:#ffffff; 
font-weight:bold; 
padding:2px;}

.error{ float:left; width:95%; text-align:center; color:#FF0000; margin:0px;}


.footer{ 
float:left; 
position:relative; 
padding:0px; 
margin:0px; color:#FFFFFF;
}
.footer a{ 
color:#ffffff; 
font-weight:bold;
}
.footer a:hover{
color:#CCCC00; 
text-decoration:underline;
}

