@charset "utf-8";
/* CSS Document */

body, td {
	font-size:12px;
	color:#999;
	margin:0 auto 0 auto;
}
form{
    padding:0px;
	margin:0px;
	}
a:link {
	font-size:12px;
	color:#999;
	text-decoration:none;
}
a:visited {
	font-size:12px;
	color:#999;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#2c6982;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#999;
	text-decoration:none;
}

/* header */
.header {
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:30px;
	width:899px;
	height:20px;
}
.logo_b{
    float:left;
    text-align:left;}
.huzhao{
    float:right;
	text-align:right;}
	
.loginbd{
   clear:both;
   margin-left:auto;
   margin-right:auto;
   align:center;
   overflow:hidden;
   width:899px;
   min-width:899px;
	}
.login_left{
   width:503px;
   float:left;
   }
.login_right{
   width:396px;
   height:284px;
   float:left;
   background:url(../images/login/bg_login.jpg) no-repeat;
   overflow:hidden;
   }
.login_right form{
    list-style:none;
	padding:0px;
	margin:0px;
	margin-top:80px;	
	margin-left:40px;
	width:260px;
	height:200px;
	overflow:hidden;
	}
.login_right form span{
    list-style:none;
	white-space:nowrap; 
	display:block;
	padding:0px;
	margin:0px;	
	}  
.inleft{  
   float:left;
   width:60px;  
   line-height:25px;
   display:block;
   }
.inright{  
   float:left;
   width:160px;   
   height:32px;
   }
.loginbtn{
   float:left;
   height:70px;
   width:160px;   
   } 
.regiest{
    float:left;
	width:160px;   
   }
.login_input{
  background:url(../images/login/bg_input.gif) no-repeat ;
  width:176px;
  height:27px;
  color:#999;
  padding-top:6px;
  padding-left:6px;
  border:0px;
  }
.copyright{
	height:37px;
	line-height:37px;
	font-family:arial;}
.clearall{
   clear:both;
   }
