.content{
	width: 100%;
	height: 100%;
	background: url(../img/reg/reg_bg.jpg) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.wrap{
	height: 540px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.wrap img{
	background-color: deepskyblue;
}

.reg_l{
	width: 600px;
	height: 540px;
	background: url(../img/reg/reg.jpg) no-repeat;
	position: relative;
}
.reg_btn_list{
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
}
.reg_btn_list a{
	color: #fff;
	font-size: 18px;
}
.reg_btn_list #aboutus{
	padding: 0 20px;
	margin: 0 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.reg_title{
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}
form{
	background-color: #fff;
	width: 600px;
	text-align: center;
	height: 540px;
}
.form_box{
	margin: 19px auto;
	width: 330px;
}
.rule{
	text-align: left;
	font-size: 12px;
	color: #444;
}
.rule a{
	color: deepskyblue;
}
.rule input{
	vertical-align: bottom;
}
.form_box .input_text{
	width: 300px;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	vertical-align: top;
	padding-left: 30px;
	background: url(../img/index/login_icon.png) no-repeat;
	/*-webkit-background-size: 25px;
	background-size: 25px;*/
}
#user{
	background-position: 2px 5px;
}
#pass1,#pass2{
	background-position: 2px -40px;
}
#tel{
	background-position: 2px -163px;
}
#qq{
	background-position: 2px -127px;
}
#captcha{
	background-position: 2px -84px;
}

.submit{
	background: deepskyblue;
	width: 330px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.captcha{
	width: 143px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0;
	border: 0;
	background: deepskyblue;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.captcha.disabled{
	background-color: skyblue;
	cursor: not-allowed;
}
