@charset "utf-8";
/* CSS Document */
#page{
width:800px;
height:auto;
}
.login{
width:800px;
height:60px;
background: url(images/logo.gif) no-repeat;
border-bottom:2px solid #20558a;
float:left;
}
.login_text_field{
width:800px;
height:auto;
float:left;
}
.login_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
text-align:left;
text-decoration:none;
color:#000;
}
.login_header
{
width:500px;
height:40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#660000;
padding-top:10px;
padding-left:10px;
float:left;
}
.login_middle_field{
width:500px;
height:100px;
border:1px #000 solid;
background:url(images/bg_forgot.gif) no-repeat;
float:left;
}
.login_middle_left{
width:120px;
height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:right;
text-decoration:none;
color:#000;
padding-left:10px;
padding-top:0px;
float:left;
}
.login_middle_right{
width:200px;
height:20px;
background:#fff;
border:1px #000 solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#000;
margin-left:10px;
margin-top:0px;
float:left;
}
.send_btn{
width:60px;
height:20px;
margin-top:10px;
margin-left:285px;
float:left;
}
.bb{
border-bottom:2px solid #20558a;
}
.clear
{
    clear:both;
}
.gap
{
    padding-top:10px;
    clear:both;
    }
.gap1
{
    padding-top:15px;
    clear:both;
    }

