@CHARSET "UTF-8";
/* 重置密码样式 */
.g-repwd{
	margin-top: 10px;
	border: solid 1px #f1f1f1; 
	margin-left: 1%; 
	padding: 0;
	background-color:#f7f7f7;
}
.g-repwd__head{
	line-height: 40px; 
	height: 40px; 
	font-size: 18px; 
	color: rgb(77, 136, 202); 
	text-align: left; 
	padding-left: 50px; 
	cursor: pointer; 
	border-bottom: 1px solid rgb(226, 226, 226);
}
.g-repwd__body{
	
}

.g-repwd__foot{
	
}
.u-div-font{
	width:35px;
	height:30px;
	font-size:14px;
	line-height:30px;
	background-color:white;
	padding:1px;
	float:left
}
.u-div-solid{
	float: left;
	width: 30%; 
	height: 3px;
	margin: 13px 8px 0 8px;
	background-color: #cccccc;
}

.u-div-inline{
	display: inline-block;
	margin-right: 28%;
}
.m-form__div{
	text-align: left;
	/*height: 34px;*/
}
.m-form__div__input{

}
.m-form__div__span{
	color: red;
}
.m-form__div__label{
	width: 85px;
	text-align: right;
}

.u-input{
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	width:20%;
	display:inline-block;
}
/*label.error {
    position: absolute;
    color: red;
    right:-150px;
    top:10px;
    font-size: 12px;
}*/
input.error, select.error, textarea.error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00;
}
#form-repwd1 label.error{
	/*position: absolute;*/
	color: red;
	font-size: 12px;
	/*top: 35px;
	left: 100px;
	right: 0;*/
}
