.register-section {
	border: 1px solid rgb(204,204,204);
	box-shadow:0 0 10px rgba(0,0,0,0.15); 
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.15); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15); 
}
.find-password-content {
	margin: 10% 10%;
}
.find-password-step {
	height: 55px;
}
.find-password-step .step-unit {
	width: 33.33%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 5px solid #C7BCAD;
}
.step-unit em {
	font-style: normal;
	color: #474143;
	font-weight: 600;
	font-size: 16px;
	margin-left: 10px;
	vertical-align: middle;
}
.find-password-step .step-unit.current-situation {
	border-color: #7DBC43;
}
.find-password-step .step-unit span {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: url(../images/password-step-bg-grey.png) no-repeat center center;
	 -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
     background-size: 100% 100%;
    /*下一行为关键设置*/
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images666/password-step-bg-grey.png',  sizingMethod='scale');
}
.find-password-step .step-unit span.passed-situation {
	background: url(../images/password-step-bg.png) no-repeat center center;
	background-size: 100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images666/password-step-bg.png',  sizingMethod='scale');
}
.find-password-stepone {
	width: 520px;
	height: 175px;
	margin: 85px auto 0px auto;
}
.find-password-stepone tr{
	height: 40px;
}
.icon-box div {
	padding: 0px 10px;
}
.icon-box img {
	width: 20px;
	height: 20px;
}
.line-box {
	border: 1px solid rgb(204,204,204);
}
.line-box input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	position: relative;
}
.line-box .fault-tip {
   position: absolute;
   color: red;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; opacity:0.3; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;opacity:0.3;
}
input:-ms-input-placeholder{
    color: #000;opacity:0.3;
}
input::-webkit-input-placeholder{
    color: #000;opacity:0.3;
}
select::-webkit-input-placeholder{
    color: #000;opacity:0.3;
}
.submit-button {
	height: 50px;
	background: rgb(46,88,166);
	text-align: center;
	line-height: 50px;
}
.submit-button input {
	display: block;
	background:  rgb(241, 2, 21);
	color: #ffffff;
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
}

select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	outline: none;
	border: none; 
	color: #000;
	opacity:0.3;
}
select option {
	line-height: 38px;
}

#btnGetCode {
	background: none;
    outline: none;
    cursor: pointer;
    border: none;
}