body{
	font-size: 12px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
	overflow-y: scroll !important;
	padding-right: 1px !important;
	border: 0;
	padding: 0;
	margin: 0;	
}
.bg-success{
	background: rgb(235,239,238);
}
.navbar-brand-img{
	float: left;
	height: 50px;
	margin-right: 10px;
}
.main-frame{
	width: 100%;
	padding: 16px 10px 0 10px;
	margin: 50px 0 10px 0;
}
.findpwd-wapper{
	width: 100%;
	height: 550px;
	background-color: #fff;
}
.title{
	padding: 20px 20px;
}
.stepflex{
	border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto;
    width: 640px;
}
.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
}
.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(step.png);
    line-height: 23px;
}
dl.doing {
    border-top-color: #7abd54;
}
.doing .s-num {
    background-position: -23px 0;
}
dl.done {
    border-top-color: #caecb6;
}
.done .s-num {
    background-position: -46px 0;
}
.last .s-num {
    background-position: -68px 0;
}
.findpwd-form{
	margin: 30px auto;
	padding-top:60px;
    width: 500px;
    font-size: 14px;
}
.security-form{
	padding-top: 10px;
}
.verify-code{
	padding-left: 5px;
}
.verify-code a{
	line-height: 25px;
}
.label-title{
	text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    color: #999;
}
.label-content{
	text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: bold;
}
.findpwd-ok{
	font-size: 42px;
	padding: 8px 20px 0 110px;
}
.form-group .prompt_error{
	color: red;
    margin-left: 20px;
}
span.prompt_info{
	font-size: 12px;
    color: gray;
    display: inline-block;
    margin-top: 20px;
}