body {
	background-color: #fafafa;;
}
#mall_header .header_box {
	background-color: #fff;
	border-bottom:2px solid #ccc;
}
#mall_footer .copyright {
	background: none;
}

input[type="text"] {
	width: 260px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	border-radius: 3px;
}

a {
	color:#3a83e8;
}

.registerWrapper {
	width: 1180px;
	margin:20px auto;
	overflow: hidden;
}
.form {
	float: left;
	background-color: #fff;
	padding: 25px 40px 60px;
	width: 758px;
	border:1px solid #f2f2f2;
}
.form h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom:25px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}
.form table {
	width: 100%;
}
.form table th, .form table td {
	padding:12px 5px;
}
.form table th {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	width: 180px;
}
.form table th span {
	color: #c7181e;
	margin-right: 5px;
}
.form table .btns {
	width: 280px;
	height: 38px;
	line-height: 38px;
	color:#fff;
	font-size: 16px;
}
.form table .btns.btns_default, .form table .btns.btns_default:hover {
	color:#999;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	cursor: default;
}
.form .btns.btns_erCode {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left:10px;
	width: 143px;
	font-size: 12px;
	border-radius: 3px;
}
.form .yz_code {
	float:left;
	margin-left:10px;
	border:1px solid #ccc;
	width: 90px;
	height: 34px;
	cursor: pointer;
}
.form .btn_change {
	float: left;
	line-height: 36px;
	margin-left:10px;
	width: 43px;
}
.form .tips {
	margin-left:10px;
	line-height: 36px;
	position: absolute;
	max-width: 440px;
}
.form .tips.error {
	color:#c7181e;
}
.form .tips i {
	margin-right:5px;
	vertical-align: sub;
}
.side {
	float: left;
	width: 300px;
	margin-left:40px;
	padding-top:20px;
}
.side .box {
	margin-bottom:15px;
	padding:10px 0;
}
.side .box .tit {
	font-size: 14px;
	font-weight: bold;
	color:#333;
}
.side .box .txt {
	padding:10px 0;
}
.side .box .txt .a {
	font-size: 16px;
	margin-right:10px;
}
.side .box .txt .b {
	font-size: 12px;
	color:#666;
	margin-left:10px;
}
.side .box .txt .b i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_qq.png) no-repeat;
	vertical-align: text-top;
	margin-right:3px;
}
.side .box .txt span {
	color:#ff961f;
	font-size: 16px;
	margin-right:20px;
}

.form_success {
	width: 1098px;
}
.status {
	width: 260px;
	padding:120px 0 120px 80px;
	margin: 0 auto;
	position: relative;
}
.status i {
	position: absolute;
	top:120px;
	left:0;
}
.status p {
	font-size: 24px;
	color:#333;
	margin-bottom:10px;
}
.status .go {
	margin-top:10px;
}
.status .go .btns {
	height: 34px;
	line-height: 34px;
	margin-right:15px;
	font-size: 14px;
	border-radius: 3px;
}




/*************findPwd***************/
.form.form_findPwd {
	width: 1098px;
}
#step {
	width: 800px;
	margin: 0 auto 50px;
}
.form.form_findPwd table {
	width: 800px;
	margin:0 auto 50px;
}
.ui_steps_round li i {
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.ui_steps_round li b {
	top:45px;
}
.ui_steps_round .tit {
	font-size: 14px;
}
.ui_steps_round li.active i, .ui_steps_round li.finish i {
	background-color: #ffa21f;
}
.ui_steps_round li.active b, .ui_steps_round li.finish b {
	border-top: 2px dotted #ffa21f;
}



/*****************form_selectAdmin****************/
.form.form_selectAdmin {
	width: 1098px;
	min-height: 480px;
}
.adminBox {
	overflow: hidden;
}
.adminBox .company {
	float: left;
	width: 520px;
	margin-right:40px;
	border-right:1px solid #f2f2f2;
}
.adminBox .person {
	float: left;
	width: 520px;
}
.adminBox .tit {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:25px;
}
.adminBox .tit span {
	color:#c7181e;
	font-size: 12px;
	font-weight: normal;
	margin-left:20px;
}
.adminBox a {
	display: block;
	width: 256px;
	height: 56px;
	padding:0 30px 0 70px;
	margin-bottom:20px;
	font-size: 14px;
	line-height: 56px;
	position: relative;
	border-radius: 5px;
}
.adminBox a:hover {
	text-decoration: none;
}
.adminBox .company a {
	border:2px solid #e6e6e6;
	color:#333;
}
.adminBox .company a:hover {
	background-color: #E6292E;
	border: 2px solid #e6292f;
	color: #FFF;
}
.adminBox .person a {
	border:2px solid #e6e6e6;
	color:#333;
}
.adminBox .person a:hover {
	background-color: #E6292E;
	border: 2px solid #e6292f;
	color: #FFF;
}
.adminBox b {
	font-size: 20px;
	position: absolute;
	top:0px;
	right:20px;
	font-family: serif;
	color:#dbdbdb;
}
.adminBox i {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	left:20px;
	top:10px;
}
.adminBox .company a i {
	background: url(../img/icon_selectAdmin_company.png) no-repeat;
}

.adminBox .company a:hover i {
	background: url(../img/icon_selectAdmin_company_hover.png) no-repeat;
}

.adminBox .company a i.root {
	background: url(../img/icon_selectAdmin_company_root.png) no-repeat;
}

.adminBox .company a:hover i.root {
	background: url(../img/icon_selectAdmin_company_root_hover.png) no-repeat;
}

.adminBox .person a i {
	background: url(../img/icon_selectAdmin_person.png) no-repeat;
}

.adminBox .person a:hover i {
	background: url(../img/icon_selectAdmin_person_hover.png) no-repeat;
}