/* CSS Document */
/*bd_findpassword.css*/
.strong {
    font-weight: bold;
}
#verify_img img{
    display:inline-block;
	margin-top:0px;
	vertical-align:middle;
}
.findpassword_content{
    width:960px;
    margin:0 auto;
}
form {
    margin:0 auto;
	
}
.narrow{
    width:538px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
}
  #lenged{
    line-height:32px;
	padding: 29px 0 0 20px;
}
.fieldset {
    background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid  #EDEDED ;
	padding:20px;
	height:auto;
    margin-bottom:20px;
}
.simple_line{
   
	padding-bottom:15px;
	width:100%;
	height:30px;
}
.simple_line_right{
   
	
}
 .input_text{
    height:28px;
	line-height:28px;
	width:190px;
}
label {
    float: left;
    height: 32px;
    line-height: 32px;
	 margin-right:6px;
}
.error {
    background:url("../img/error-auction.png") no-repeat scroll 6px #FFFBEF;
	border:1px solid #FFD6A8;
	color:#F8451D;
	height:30px;
	line-height:30px;
	margin:-32px auto auto 268px;
	padding:0 5px 0 25px;
}
.hr_dashed{
   
	border-top:1px dashed #E6E6E6;
    height:15px;
	width:100%;
}
.input_submit{
    background:none repeat scroll 0 0 #4a96e2;
	border:1px solid #468ed6;
	border-radius:3px 3px 3px 3px;
	color:#ffffff;
	cursor:pointer;
	display:block;
	height:35px;
	line-height:35px;
	margin:0 auto;
	width:94px;
}
.sendvcode{
   background:none repeat scroll 0 0 #4a96e2;
   border:1px solid #468ed6;
   border-radius:3px 3px 3px 3px ;
   color:#ffffff;
   cursor:pointer;
   /*display:block;*/
   height:35px;
   margin:0 auto;
   padding:0 8px;
   text-align:center;
}
.sendvcode_disabled{
	background:none repeat scroll 0 0 #e8e8e8;
	border:1px solid #468ed6;
	border-radius:3px 3px 3px 3px ;
	color:#000000;
	cursor:text;
	/*display:block;*/
	height:35px;
	margin:0 auto;
	padding:0 8px;
	text-align:center;
}
.getvcode{
     
	 width:100%;
	 margin-bottom:12px;
	}
.resetpass_ok{
    width:538px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
}
.fieldset_ok {
    background:none repeat scroll 0 0 #FFFBEF;
	border:1px solid  #EDEDED ;
	padding:20px;
	height:auto;
	margin:0 auto;
}

.resetok_tip{
  background:url("../img/findpassword-ok.png") no-repeat scroll 150px #FFFBEF;
  height:20px;
  font-size:18px;
  padding:10px;
  margin:0 auto;
}
.resetok_return{
    margin:0 auto;
	text-align:center;
}
.clear{
    border:0 none;
	clear:both;
	height:0;
	overflow: hidden;
}
.footer{
    margin-top:50px;
	text-align:center;
	width:100%;
	font-size:14px;
}
