/* 登录框 */
.blacklayer {
	background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1000;
}

.paid_box {
    width: 420px;
	margin: 0 auto;
	background: #fbfbfb;
	padding-bottom: 30px;
	z-index: 9999;
    position: fixed;
    left: 41%;
    top: 30%;
    margin-left: -46px;
}
.login_area h2,
.paid_box h2 {
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color: #05A768;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.login_area h2 a,
.paid_box h2 a {
	color: #fff;
	margin-right: 10px;
}
.login_area a.forget_password {
    color: #FF3D00;
}
.login_area a.forget_password:hover {
    text-decoration: underline;
}
.login_area label {
    font-weight: normal;
}
.login_area .loginbtn {
	width: 100%;
} 
.login_tits {
    border: 1px solid #ddd;
    width: 300px;
    margin: 0 auto 16px;
}
.login_tits a {
	float: left;
	width: 50%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}
.login_tits a.on {
	background: #ECECEC;
    color: #333;
}
.login_list {
	width: 230px;
	margin: 0 auto;
}
.login_input {
	display: block;
	margin-bottom: 15px;
}
.login_input input[type="text"],
.login_input input[type="password"] {
	width: 180px;
	height: 24px;
	line-height: 24px;
}
.login_checkbox input[type="checkbox"]{
	height: 18px;
	line-height: 18px;
	margin-right: 3px;
}
.login_btn {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	background-color: #0FC981;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.login_btn:hover {
	background-color: #0FAD6F;
	color: #fff;
}

/* 购买成功弹出框 */
.paid_con {
	width: 320px;
	margin: 0 auto;
}
.paid_con h3 {
	font-family: "微软雅黑";
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding-left: 50px;
	background: url(../images/gou.png) left center no-repeat;
}
.paid_tip {
	margin: 20px 0;
	color: #666;
	line-height: 20px;
}
.paid_tip a {
	color: #05A768;
	font-weight: bold;
	margin: 0 3px;
}
.paid_tip a:hover {
	text-decoration: underline;
}
.jx_xx {
	color: #666;
	margin-right: 10px;
}
.paid_btn {
	display: inline-block;
	width: 100px;
	background-color: #0FC981;
	color: #fff;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.paid_btn:hover {
	background-color: #0FAD6F;
	color: #fff;
}
