/*忘记密码*/
#body{
	width:100%;
	height:100%;
	background:#f5f5f5;
}
.passwordMiWidth{
	width:850px;
	margin:0 auto;
}
.forgetlog{
	width:127px;
	margin:0px auto;
	margin-top:110px;
	margin-bottom:40px;
}
.forgetwrap{
	height:305px;
	background:#fff;	
	padding-top:50px;
	margin-bottom:97px;
}
.forgetwrap h2{
	color:#333;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	margin-bottom:45px;
}
.forgetwrap form{
	width:332px;
	margin:0px auto;
}
.forgetwrap form .phone{
	width:330px;
	height:36px;
	margin-bottom:12px;
	border:1px solid #e0e0e0;
}
.forgetwrap form .phone input{
	width:310px;
	height: 36px;
	border:none;
	color:#333333;
	padding:0px 10px;
	font-family:"微软雅黑";
}
.code{
	height:38px;
	margin-bottom:16px;
}
.code input{
	float:left;
	width:170px;
	height: 36px;
	padding:0px 10px;
	font-family:"微软雅黑";
	border:1px solid #e0e0e0;
	margin-right: 10px;
}
.code a{
	float:left;
	width:128px;
	height:36px;
	color:#999999;
	display:block;
	cursor:pointer;
	line-height:36px;
	border-radius:3px;
	text-align:center;
	border:1px solid #e0e0e0;
	margin-right: 10px;
}
.code a:hover{
	background:url(../images/forget_obtain.png) no-repeat 0px 0px;
}
.code a.on{
	color:#fff;
	background:#cccccc;
}
.forgetwrap form a.btn{
	width:332px;
	height:38px;
	color:#ffffff;
	display:block;
	font-size:14px;
	margin:0px auto;
	margin-top:20px;
	line-height:38px;
	text-align:center;
	background:#fe9612;
}
.forgetwrap form a.btn:hover{
	background:#ef8600;
}

.newpassword{	
	height:305px;
	background:#fff;	
	padding-top:50px;
	margin-bottom:97px;
	padding-left:260px;
}
.newpassword h2{
	color:#333;
	font-size:22px;
	font-weight:normal;
	margin-bottom:45px;
	padding-left:110px;
}

.password,.phone{
	overflow:hidden;
	margin-bottom:12px;
}
.password input,.phone input{
	float:left;
	width:310px;
	height: 36px;
	color:#333333;
	padding:0px 10px;
	margin-right:10px;
	font-family:"微软雅黑";
	border:1px solid #e0e0e0;
}
.password span ,.phone span,.code span{
	float:left;
	height:38px;
	color:#999999;
	font-size:12px;
	line-height:38px;
}
.newpassword form .passwordend{
	overflow:hidden;
	margin-bottom:16px;
}
.newpassword form .passwordend input{
	float:left;
	width:310px;
	height: 36px;
	color:#333333;
	padding:0px 10px;
	margin-right:10px;
	font-family:"微软雅黑";
	border:1px solid #e0e0e0;
}
.newpassword form .passwordend span{
	float:left;
	height:38px;
	color:#666666;
	font-size:12px;
	line-height:38px;
}
.newpassword span img{
	margin-right:7px;
}
.newpassword form a.btn{
	width:332px;
	height:38px;
	color:#ffffff;
	display:block;
	font-size:14px;
	margin-top:20px;
	text-align:center;
	line-height:38px;
	background:#fe9612;
}
.newpassword form a.btn:hover{
	background:#ef8600;
}

.redon{
	border:1px solid #eb0000 !important;
}
.thegrey{
	background: #CCCCCC !important;
}
#changePsd{
	display: none;
}
