/*顶部logo区域*/
body {
	background: #f8f8f8
}

.logoArea-wrap {
	width: 100%;
	background: #fff;
	padding: 20px 0px;
	border-bottom: solid 1px #e5e8ed
}

.logoArea-wrap .logoArea-auto {
	width: 1000px;
	line-height: 56px;
	overflow: hidden;
	margin: 0 auto
}

.logoArea-wrap .logoArea-auto .logo {
	width: 149px;
	height: 56px
}

.logoArea-wrap .logoArea-auto .logo-title {
	font-family: "宋体";
	font-size: 20px;
	color: #282828;
	font-weight: 600;
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid 1px #bcbcbc;
}

.logoArea-wrap .logoArea-auto .right-label a {
	color: #fdb300
}
.register-msg{
	width: 1000px;
	margin: 0  auto;
	text-align: center;
	padding-top: 23px;
	font-size: 14px;
}
.register-msg em{
	color: #fdb300;
}
/**/
.form-wrap {
	width: 1000px;
	margin: 18px auto 20px auto;
	border: solid 1px #e5e8ed;
	border-top: none;
	overflow: hidden;
	background: #fff;
	padding-bottom: 33px
}

.form-wrap h3 {
	height: 46px;
	line-height: 46px;
	border-top: solid 1px #e5e8ed;
	border-bottom: solid 1px #e5e8ed;
	padding: 0px 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 34px
}

.form-wrap .item {
	height: 62px;
	position: relative;
}

.form-wrap .item .label {
	width: 355px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	color: #999999;
	font-size: 14px
}

.form-wrap .item .label em {
	color: #f00
}

.form-wrap .item .msgnull{
	width: 220px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: left;
	background: #f4f4f4;
	border: solid 1px #e5e8ed;
	margin-left: 15px;
	padding: 0px 10px;
}

.form-wrap .item .msgnull._error{
	background: #ffebeb;
	border: solid 1px #ffbdbe;
	color: #ff0000;
}

/*.form-wrap .item .msgDom.error {
	border: solid 1px #ffbdbe;
	background: #ffebeb;
	color: #f00
}*/
.form-wrap .item .msgnull.line {
	line-height: 15px;
}
.form-wrap .item .item-span input.border-red {
	border: solid 1px #f00;
}

.form-wrap .item .item-span {
	line-height: 32px;
	position: relative;
}

.form-wrap .item .item-span .input {
	width: 231px;
	height: 16px;
	line-height: 16px;
	padding: 7px 30px 7px 5px;
	border: 1px solid #cccccc;
	float: left;
	font-size: 14px;
	font-family: arial,"宋体";
	color: #999
}
.form-wrap .item .item-span .input:focus{
	border: solid 1px #fdc300;
}
.form-wrap .item .item-span input.Mobilephone {
	width: 180px;
	float: left;
}
.form-wrap .item .item-span .area-code{
	height: 30px;
	width: 50px;
	float: left;
	background: #f8f8f8;
	text-align: center;
	font-size: 14px;
	border: solid 1px #cdcdcd;
	border-right: none;
	color: #999999;
}
.form-wrap .item .item-span .msgicon{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url('../../images/icon.png') no-repeat -60px -79px;
	margin: 7px;
}
.form-wrap .Accounttype .item-span .msgicon{
	right: -30px;
}
.form-wrap .Message .item-span .input {
	width: 128px;
	float: left
}
.form-wrap .companyAddress .item-span .msgicon{
	right: -275px;
}

.form-wrap .Message .item-span .authentication {
	min-width: 50px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	border-left: none;
	background: #f4f4f4;
	color: #333;
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 0px 5px;
}
.form-wrap .verification .item-span .input {
	width: 93px;
	float: left
}

.form-wrap .verification .item-span .code {
	width: 68px;
	height: 32px;
	margin-left: 15px;
	margin-right: 15px;
	background: #dadada;
}

.item-span .code img {
	width: 100%;
	height: 100%;
}

.form-wrap .verification .item-span .code_link em {
	color: #fdb300;
}

.form-wrap .Message .item-span .authentication:active {
	background: #d9d9d9;
}

.form-wrap .agreement .item-span input {
	margin: 9px 5px 0px 0px;
	float: left
}

.form-wrap .agreement .item-span .agreement-text {
	color: #fdb300;
}

.form-wrap .submit-btn {
	width: 256px;
	height: 37px;
	line-height: 37px;
	background: #fdc300;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-left: 355px;
	cursor: pointer
}

.form-wrap .submit-btn:active {
	background: #2549a3
}
