/*注册页单独样式*/
.container{
	background-color: #94d4f1;
}
.register{
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
}
.register_header{
	width: 600px;
	margin: 0 auto 0;
	background-color: #0086B3;
}
.register_header h3{
	text-align: center;
	font-size: 20px;
	color: #00CCFF;
}
.register_form{
	width: 600px;
	margin: 0 auto;
	background-color: #D6DFEA;
	padding:20px 0;
}
.register_form input{
	width: 150px;
}
.register_username,.register_password,.password_confirm,.register_email,.password_tip,.code,.newpasswd{
	
	width: 520px;
	margin: 0 auto;
	padding: 10px 0;
/*	background-color: #0A2240;	*/
}
.register_username label:first-child,.register_password label:first-child,.password_confirm label:first-child,.register_email label:first-child,.password_tip label:first-child,.code label:first-child,.newpasswd label:first-child{
	display: inline-block;
	width: 60px;
	padding-right: 10px;
	text-align: right;	
}
.code img{
	vertical-align: middle;
}
.register_btn {
	width: 200px;
	margin: 10px auto;
}
