@charset "utf-8";

body {
	position: relative;
}
.reg-wrap {
	position: absolute;
	/* display: none; */
	z-index: 5;
	top: 100px;
	left: 50%;
	width: 358px;
	margin-left: -179px;
}
.reg-wrap .title-bar {
	position: relative;
	width: 358px;
	height: 54px;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: url(../img/title-bar_03.png);
}
.reg-wrap .title-bar .close-btn {
	position: absolute;
	top: 16px;
	right:  17px;
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: url(../img/close-btn.png);
}
.reg-wrap .input-text {
	width: 268px;
	height: 28px;
	border: 0;
	font-size: 14px;
	color: #8C8686;
	background: url(../img/input-wrap_11.png);
	line-height: 28px;
	padding: 0 10px;
} 
.reg-wrap .form-item {
	margin-top: 8px;
	text-align: center;
}
.reg-wrap .error-warning {
	font-size: 12px;
	color: #ff0000;
	padding: 7px 0 0 35px;
	display: none;
}
.reg-wrap .error-warning a {
	color: #90C31F;
	text-decoration: underline;
}
.reg-wrap .inner-box {
	padding-top: 20px;
	border: 1px solid #DBDBDB;
	border-bottom: 0;
	border-top: 0;
	background-color: #fff;
}
.mt0 {
	margin-top: 0 !important
}
.reg-wrap .btn-box {
	height: 40px;
	background-color: #F0FFD2;
	text-align: center;
	padding-top: 13px;

	margin-top: 25px;
}
.reg-wrap .btn-box .reg-btn {
	width: 71px;
	height: 31px;
	background: url(../img/reg-btn_15.png);
	display: block;
	margin: 0  auto;
	cursor: pointer
}

.bottom-bg {
	position: absolute;
	bottom: -5;
	left: 0;
	width: 358px;
	height: 5px;
	background: url(../img/bottom-btn_03.png)
}
.float-bg {
	position: fixed;
	top: 0;
	display: none;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	height: 100%;
	width: 100%;
}
.input-active {
	color: #444 !important;
}