body{
	background: #ddd
}
.registwarrp{
	margin: 0px auto;
    width: 320px;
	color:black;
    background: #FFFFFF;
    overflow: hidden;
    font-size: 14px;
    font-family: '微软雅黑','文泉驿正黑','黑体';
}
.logo2{
	color:red;
	font-size:large;
	text-align: center;
}
.registwarrp .logo{
	width:100%;
	height:44px;
	color:black;
	line-height: 44px;
	font-size: 20px;
	text-align: center;
	border-bottom:1px solid #ddd;
}
.registwarrp .regist_form{
	margin-top: 15px;
}
.registwarrp .regist_form .regist-item{
	padding: 2px 8px;
	border:1px solid #dedede;
	border-radius: 8px;
	margin-top: 10px;
}
.registwarrp .regist_form .regist_input{
	height: 35px;
    border: none;
    line-height: 35px;
    width: 100%;
    font-size: 14px;
    outline: none;
}
.loginwarrp .login_form .verify{
	float: left;
}
.loginwarrp .verify .verify_input{
	width: 100%;
}
.loginwarrp .verifyimg{
	height: 30px;
    margin: 20px 0 0 20px;
}
.registwarrp .regist-sub{
	text-align: center;
}
.registwarrp .regist-sub input{
	margin-top:15px;
    background: #45B549;
    line-height: 35px;
    width: 150px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: '微软雅黑','文泉驿正黑','黑体';
    border: none;
    border-radius: 5px;
}
.registwarrp .regist_form .regist-item .error{
	color: #F00;
	font-family: '微软雅黑','文泉驿正黑','黑体';
}
