.register{padding: 50px 0;}
.register .bg_white{
	padding: 50px 450px 100px;
	margin-top: 10px;
}
.form li{
    position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
}
.form .full{
	height: 100%;
	width: 100%;
	border: 1px solid #394c5f;
}
.form input{color: #7c7b7b;text-indent: 1em;}
.form input[type="button"]{
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei,​SimSun,​Arial;
}
.form li.pwd_box{height: auto;}
.pwd{height: 40px;}
.pwd_len{
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	margin-top: 5px;
}
.pwd_len span{
	padding: 0 20px;
	margin:0 2px;
	background-color: #eeeeee;
}
.left_box{
	display: inline-block;
	float: left;
	width: 60%;
	height: 100%;
}
.right_box{
	display: inline-block;
	float: right;
	width: 36%;
	height: 100%;
	font-size: 14px;
	text-align: center;
}
.reg_img a{
    display: inline-block;
    float: left;
    text-decoration: underline;
    line-height: 40px;
    color: red;
}
.reg_img .img_full{
    display: inline-block;
    float: right;
}
.border{width: 100%;height: 100%;border: 1px solid #394c5f;}
.num_left, .num_right{display: inline-block;float: left;}
.num_left{
	width: 59px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #394c5f;
}
.num_right{width: 240px;height: 100%;}
.num_right input{border: none;width: 100%;height: 100%;display: block;}
.border select{display: block;width: 100%;height: 100%;border: none;color: #7c7b7b;}
.req_icon{
    position: absolute;
    color: red;
    top:0;
    right: -204px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    text-align: left;
}