.logo_login{
	margin-top:30px;
	width:228px;
	height:89px;
}


/*登录*/
.loginbox{
	background:#eee;
	width:450px;
	height:293px;
	border-radius:6px;
	margin:30px auto 50px;
}
.loginbox .row1{
	background: url(../images/top_login.png) no-repeat;
	line-height:50px;
	height:50px;
	width:450px;
}
.loginbox .row1 img{
	float:left;
	padding:10px 10px 10px 20px;
}
.loginbox .row1 span{
	color:#00a2c9;
	font-family:"黑体";
	font-size:18px;
	float:left;
}
.loginbox table{
	width:350px;
	margin:15px auto;
}
.loginbox .text{
	/*font-size:18px;
	font-family:"黑体";
	font-weight:bold;*/
	color:#434343;
}
.loginbox .textbox{
	background:#fff;
	border-radius:3px;
	border:1px solid #c5c5c5;
	width:266px;
	height:26px;
	line-height: 26px;
	padding:0 5px;
}
.loginbox .textbox2{
	background:#fff;
	border-radius:3px;
	border:1px solid #c5c5c5;
	width:95px;
	height:26px;
	line-height: 26px;
	padding:0 5px;
}
.loginbox .loginbtn{
	width: 148px;
	height: 35px;
	line-height: 35px;
	background: url(../images/btn_login.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-family:"黑体";
	font-weight:bold;
	padding: 0;
}
.loginbox .text2{
	/*font-size:18px;
	font-family:"黑体";
	font-weight:bold;*/
	color:#959595;
}
.loginbox .text2 a{
	color:#00a2c9;
}
.loginbox .img{
	margin-top:-65px;
	margin-left:15px;
}
.loginbox .vcode
{
	float: left;
	margin-left: -80px\9;
	margin-top: 0px\9;	
	+position: absolute;
	+top: 7px;
	+left: -6px;
}
.loginbox .changebtn
{
	float: left;
	color:#434343;
	font-size:12px;
	text-decoration:underline;
	margin-left:10px;
	line-height: 26px;
	white-space: nowrap;
}



/*注册*/
.registerbox{
	background:#eee;
	width:450px;
	height:555px;
	border-radius:6px;
	margin:-65px auto 50px;
}
.registerbox .row1{
	background: url(../images/top_login.png) no-repeat;
	line-height:50px;
	height:50px;
	width:450px;
}
.registerbox .row1 img{
	float:left;
	padding:10px 10px 10px 20px;
}
.registerbox .row1 span{
	color:#00a2c9;
	font-family:"黑体";
	font-size:18px;
	float:left;
}
.registerbox table{
	width:370px;
	margin:15px auto;
}
.registerbox .text{
	/*font-size:18px;
	font-family:"黑体";
	font-weight:bold;*/
	white-space: nowrap;
	color:#434343;
}
.registerbox .textbox
{
	float: left;
	background:#fff;
	border-radius:4px;
	border:1px solid #c5c5c5;
	width:266px;
	height:26px;
	line-height: 26px;
	padding:0 5px;
}
.registerbox .textbox2{
	float: left;
	background:#fff;
	border-radius:4px;
	border:1px solid #c5c5c5;
	width:95px;
	height:26px;
	line-height: 26px;
	padding:0 5px;
}
.registerbox .textbox3{
	float: left;
	background:#fff;
	border-radius:4px;
	border:1px solid #c5c5c5;
	width:145px;
	height:26px;
	line-height: 26px;
	padding:0 5px;
}
.registerbox .loginbtn
{
	width: 148px;
	height: 35px;
	line-height: 35px;
	background: url(../images/btn_login.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-family:"黑体";
	font-weight:bold;
	padding:0;
}
.registerbox .text2{
	/*font-size:18px;
	font-family:"黑体";
	font-weight:bold;*/
	color:#959595;
}
.registerbox .text2 a{
	color:#00a2c9;
}
.registerbox .vcode
{
	float: left;
	margin-left:15px;
}
.registerbox .changebtn
{
	float: left;
	color:#434343;
	font-size:12px;
	text-decoration:underline;
	margin-left:10px;
	line-height: 26px;
}
.registerbox .checkbox{
	font-size:12px;
	text-align: center;
}