@charset "utf-8";
/* CSS Document */

.registerWrap{
	margin:110px auto 0 auto;
	width:450px;
	color:#46342b;
	font-family:"微软雅黑";
	}
.formItem{
	position:relative;
	}
.formItem label{
	margin:0 30px 0 0;
	float:left;
	display:block;
	width:95px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:18px;
	}
.formItem input{
	padding:0 8px;
	width:282px;
	height:42px;
	border:1px solid #e5e5e5;
	border-radius:3px;
	line-height:42px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#46342b;
	}
.formItem input:focus{
	border:1px solid #46342b;
	outline:none;
	}
.itemPhone label{
	letter-spacing:5px;
	}
.itemPassword label{
	letter-spacing:5px;
	}
.itemPhone i{
	position:absolute;
	top:8px;
	right:-8px;
	display:block;
	width:24px;
	height:24px;
	background:url(images/assess_ico.png) -104px 0 no-repeat;
	}
.itemPassword i{
	position:absolute;
	top:8px;
	right:0;
	display:block;
	width:24px;
	height:24px;
	background:url(images/assess_ico.png) -104px 0 no-repeat;
	}
.verifyCode{
	position:absolute;
	top:8px;
	right:-60px;
	}
.verifyCode a{
	display:block;
	width:80px;
	height:28px;
	line-height:28px;
	text-align:center;
	letter-spacing:1px;
	background-color:#e5e5e5;
	color:#46342b;
	border-radius:3px;
	cursor:pointer;
	}
.verifyCode a.on{
	background-color:#f7a22f;
	color:#fff;
	}
.verifyCode span{
	font-size:12px;
	color:#666666;
	}
.inputTip{
	margin-bottom:30px;
	padding-left:125px;
	height:24px;
	line-height:24px;
	}
.inputTip i{
	margin:3px 3px 0 0;
	float:left;
	display:block;
	width:18px;
	height:18px;
	background:url(images/assess_ico.png) -174px 0 no-repeat;
	}
.inputTip span{
	font-size:14px;
	color:#656565;
    }
.btnWrap{
	position:relative;
	margin-top:60px;
	}
.btnWrap button{
	width:430px;
	height:44px;
	font-size:20px;
	background-color:#e1dedd;
	color:#fff;
	font-family:"微软雅黑";
	border-radius:3px;
	outline:none;
	border:none;
	}
.btnWrap button.on{
	background-color:#82bf24;
	}
.passwordTip{
	margin:130px 20px 0 0;
	text-align:right;
	font-size:14px;
	color:#656565;
	}
