.reg_title{
	font-size:1.6em;
	line-height:60px;
	text-align:center;
}
.reg_error p{
	font-size:1em;
	line-height:22px;
	color:red;
	text-align:center;
}
.reg_wrap{
	font-size:1.2em;
	min-height:400px;
    position:relative;
    padding:0 10px;
}
.reg_box{
	position:relative;
    overflow:hidden;
    margin-bottom:10px;
}
.reg_input{
	padding-left:5px;
	width:100%;
	height:40px;
	border:1px solid #ccc;
	border-radius:0;
    box-sizing:border-box;
    font-size:14px;
}
.code_img{
    position:absolute;
    right:11px;
    top:1px;
}
.code_img > img{
    height:38px;
}
.code_img_f{
    position:absolute;
    right:1px;
    top:1px;
    border-right:1px solid #ccc;
}
.code_img_f > img{
    height:42px;
}

.error_tips{
	line-height:30px;
    height:30px;
    color:red;
}
#passwd_btn{
	position:absolute;
	top:10px;
	right:10px;
}
.reg_code{
	width:100%;
}
.code_btn{
    position:absolute;
	width:120px;
	border-radius:0;
	height:28px;
	color:#333;
    height:38px;
    top:1px;
    right:1px;
}
.reg_agree{
	text-align:center;
	font-size:1.2em;
	color:#999;
}
.reg_agree a{
	color:#0072bb;
}
.reg_btn{
	text-align:center;
}
.reg_btn input{
	width:200px;
	height:40px;
	background:#0072bb;
	font-size:1.4em;
	color:#fff;
	margin:20px auto;
}
.reg_succeed{
	text-align:center;
	padding:40px 0;
}
.reg_succeed p{
	padding-bottom:20px;
	font-size:2em;
}
.reg_succeed a{
	color:#0072bb;
	font-size:1.4em;
}
