body
{
padding:0px;
margin:0px;
background-image:url(/images/login-bg.jpg);
background-repeat:repeat-x;
background-color:#bddef4;
text-align:center;
}
.mainwraper
{
width:100%;
height:566px;
text-align:center;
}
.main_container
{
width:924px;
/*height:566px;*/
height:496px;
margin:auto;
background-image:url(/images/background.jpg);
background-position:0 5;
background-repeat:no-repeat;
}
.logo
{
padding-top:110px;
}
.login_area
{
width:400px;
height:200px;
float:left;
padding-left:300px;
padding-top:70px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:30px;
font-weight:bold;
color:#0573c6;
}
.login_text_field
{
width:341px;
height:25px;
background-color:#def2ff;
border:1px solid #91c2e3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#38617d;
}
.submit_btn
{
width:75px;
height:32px;
background-image:url(/images/submit_btn.gif);
background-position:left;
background-repeat:no-repeat;
border:0px;
cursor:pointer;
margin:12px 0 0 125px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:30px;
font-weight:bold;
color:#2e6086;
}
.lower_btn
{
width:100%;
height:100px;
float:left;
text-align:center;
margin-top:0px;
}
.lower_btn a
{
padding:5px;
}
.footer
{
width:100%;
height:50px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4b89b9;
}


