.w {
	width: 650px;
	margin: auto;
	margin-top:50px!important;
}
.header {
	height: 82px;
	border-bottom: 2px solid #b1191a;
}
.logo {
	padding-top: 15px;
}
.registerarea {
	height: 560px;
	border: 1px solid #ccc;
	margin-top: 20px;
	background-color:white;
}
	.registerarea h3 {
		height: 40px;
		border-bottom: 1px solid #ccc;
		background-color: #F6F6F6;
		padding: 0 10px;
		font-weight: 400;
		line-height: 40px;
		font-size: 18px;
	}
.registerarea h3 em {
	float: right;
	font-size: 14px;
}
.registerarea a {
	color: #c81623;
}
.reg_form {
	width: 600px;
	height: 400px;
	margin:10px 10px;
}
	.reg_form .reg-result {
		margin-left: 10px;
		color: #c81623;
		background-color: #e3a9ad;
		padding: 8px 10px;
		width: 240px;
		display: inline-block;
		display: none;
	}
	.reg_form span.tips label {
		text-align: left !important;
	}
	.reg_form li {
		margin-bottom: 15px;
		width: 800px;
		height:36px;
		line-height:36px;
	}
.reg_form label {
	display: inline-block;
	width: 190px;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
.inp {
	width: 238px;
	height: 34px;
	border: 1px solid #ccc;
	margin-left: 10px;
	padding: 0 10px;
} 
.error {
	color: #df3033;
	margin-left: 10px;
}

.agree label.error{
	position:relative;
}

.error_icon,
.success_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/error.png) no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.success {
	color: #40b83f;
	margin-left: 10px;
}
.success_icon {
	background-image: url(../img/success.png);
}
.safe {
	padding-left: 20px;
	color: #b2b2b2;
}
	.safe em {
		padding: 0 12px;
		color: #fff;
		background-color: #bbb4b4;
	}
.pwdSafe {
	width: 0px;
	padding: 0px;
	border: 0;
	margin-left: 0px;
}
.ruo {
	background-color: #F45A68 !important;
}
.zhong {
	background-color: #fc0 !important;
}
.qiang {
	background-color: #cc0 !important;
}
.hqiang {
	background-color: #14B12F !important;
}
.agree {
	padding-top: 0px;
	padding-left: 0px;
}
	.agree input {
		vertical-align: middle;
		margin-right: 10px;
		margin-left: 10px;
	}
.agree  a {
	color: #1ba1e6;
}
.over {
	width: 200px;
	height: 34px;
	background-color: #e52432;
	margin: 25px 0 0 130px;
	border: none;
	color: #fff;
	font-size: 14px;
	position: relative;
	border-radius:10px;
}
.footer {
	height: 120px;
	text-align: center;
}
.links {
	margin-top: 20px;
	height: 30px;
}
.copyright {
	line-height: 20px;
}

.logo em {
	display: inline-block;
	/*overflow: hidden;*/
	width: 60px;
	height: 56px;
	background: url(../img/logo5.png) no-repeat;
	/*text-indent: -999px;*/
	font-size: 0;
	position: absolute;
}

.logo span {
	vertical-align: middle;
	line-height: 56px;
	position: relative;
	left: 65px;
	color: #c40000;
	cursor: pointer;
	font-size: 30px;
}