#bgMask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	z-index: 998;
	display: none;
}

#userLgoin,
#userRegister {
	position: fixed;
	top: -400px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 400px;
	z-index: 999;
	background: #fff;
}

#userRegister2 {
	text-align-last: center;
	width: 589px;
	height: 638px;
	background: #fff;
	color: #444;
	font-size: 24px;
}

#userLgoin h3,
#userRegister h3 {
	margin: 10px 0 0px;
	height: 30px;
	line-height: 30px;
	border-left: 4px solid #ef6d5b;
	padding-left: 36px;
	color: #444;
	font-size: 16px;
}

.layerClose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background: url(../img/sprites.png) no-repeat -160px 0;
}

.loginform {
	margin: 0 40px;
}

.loginform p {
	margin-bottom: 15px;
	position: relative;
}
.have {
	font-size: 12px;	
}
#zhuce {
	width: 10px;
	height: 10px;
}

.loginform .col-tip {
	line-height: 40px;
	height: 40px;
	color: #F30;
	padding-left: 2px;
}
.col-name2 input,
.col-pwd2 input {
	text-align: center;
	width: 210px;
	border-radius: 5px;
	box-sizing: content-box;
	background: #eee;
	line-height: 20px;
	padding: 10px 15px;
	border: none;
	vertical-align: middle;
	
}
.loginform .col-name input,
.loginform .col-pwd input {
	width: 210px;
	border-radius: 5px;
	box-sizing: content-box;
	background: #eee;
	line-height: 20px;
	padding: 10px 15px;
	border: none;
	vertical-align: middle;
	font-size: 16px;

}

.loginform .col-submit input {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.loginform .col-submit .link-forget {
	margin-left: 15px;
	color: #666;
}

.loginform .col-submit .link-forget:hover {
	color: #222;
	text-decoration: underline;
}

.loginform .btn-submit {
	margin-right: 10px;
	width: 210px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #ff2b06;
	border: 0;
	border-radius: 5px;
	box-sizing: content-box;
	font-size: 16px;
}

.reg-link {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 14px;
}

.reg-link a {
	font-weight: bold;
	color: #ef6d5b;
}

#userRegister {
	top: -450px;
	height: 450px;
}

