/*
	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
#msgs{z-index:1000;position:absolute;width:150px;margin:-42px auto 0 96px;background:#333333;border-radius:5px;height:32px;line-height:32px;color:#FFFFFF;text-align:center;display:none;}
.login-show {width:400px;min-height:200px;float:left;}
.login-main {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #BDBDBD;
	margin-top: 50px;
	padding: 20px;
}
.login-head {
	height: 50px;
	overflow: hidden;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}
.login-head ul {height:48px;border-bottom:#E5E5E5 2px solid;}
.login-head li {
	float: left;
	width: 145px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	border-bottom: #E5E5E5 2px solid;
}
.login-head a {
	display: block;
	width: 145px;
	height: 48px;
}
.login-head li:hover {border-bottom:#666666 2px solid;}
.login-head .on,.login-head .on:hover {border-bottom:#2587F4 2px solid;font-weight:bold;}
.login-body {padding-bottom:20px;}
.login-body div {padding:20px 20px 0 20px;font-size:14px;}
.login-btn {width:300px;height:42px;line-height:42px;font-size:16px;}

.input-captcha,.input-question,.input-user,.input-pass,.input-mob,.input-mail,.input-text,.input-code {
	height: 30px;
	line-height: 30px;
	border: #E5E5E5 1px solid;
	font-size: 14px;
	padding: 10px;
}
.input-captcha {
	width: 100px;
}
.input-question {
	width: 260px;
}
.input-user {
	width: 260px;
}
.input-pass {
	width: 260px;
}
.input-mob {
	width: 260px;
}
.input-mail {
	width: 260px;
}
.input-text {
	width: 260px;
}
.input-code {
	width: 100px;
}

.reg-main {
	width: 1226px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.reg-main .reg-step{
	text-align: center;
}
.reg-step ul {
	height: 48px;
	border-bottom: #E5E5E5 2px solid;
	display:inline-block;
}
.reg-step li {display:inline;float:left;width:240px;height:48px;line-height:48px;text-align:center;font-size:16px;font-weight:bold;border-bottom:#E5E5E5 2px solid;color:#9999B2;}
.reg-step li i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	display: inline-block;
	margin: 12px 6px 0 0;
	font-style: normal;
	font-size: 14px;
}
.reg-step li b {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	display: inline-block;
	margin: 12px 6px 0 0;
	font-size: 14px;
}
.reg-step .on {border-bottom:#2587F4 2px solid;color:#2587F4;color:#333333;}
.reg-step .on i {
}
.reg-step .on b {
}
.reg-info{
	background-color: #FFF;
}
.reg-tb {width:700px;margin:0 auto;}
.reg-tb td {
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
}
.reg-tb .tl {width:120px;text-align:right;}
.reg-tb .tr {width:330px;}
.reg-inp {width:280px;padding:10px;height:22px;line-height:22px;border:#E5E5E5 1px solid;font-size:14px;}
.reg-btn {width:300px;height:42px;line-height:42px;font-size:16px;}

.tips {
	position: absolute;
	z-index: 100;
	width: 300px;
	overflow: hidden;
	margin: -6px 0 0 -10px;
}
.tips div{
	line-height: 22px;
	padding: 8px 10px 8px 36px;
	font-size: 12px;
}