.getpass-box {
	width: 760px;
	margin: 0 auto;
	padding: 35px 60px 60px;
}
.login-register {
	float: right;
}
.login-register a {
	margin: 0 10px;
	font-size: 14px;
	color: #0080ff;
}
.getpass-step-sprite {
	background: url(images/getpass-step.png) no-repeat;
}
.all-sign-sprite {
	background: url(images/sign-sprite.png) no-repeat;
}


.getpass-step ul li {
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.getpass-step ul li i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	margin-top: -2px;
	vertical-align: middle;
}
.getpass-step ul li.step1 {
	background-position: 0 -30px;
}
.getpass-step ul li.step1 i {
	background-position: -120px -30px;
}
.getpass-step ul li.step2 {
	background-position: -160px 0;
}
.getpass-step ul li.step2 i {
	background-position: -140px 0;
}
.getpass-step ul li.step2.step-now {
	background-position: -160px -30px;
}
.getpass-step ul li.step2.step-now i {
	background-position: -140px -30px;
}
.getpass-step ul li.step3 {
	background-position: -320px 0;
}
.getpass-step ul li.step3 i {
	background-position: -160px 0;
}
.getpass-step ul li.step3.step-now {
	background-position: -320px -30px;
}
.getpass-step ul li.step3.step-now i {
	background-position: -160px -30px;
}
.getpass-step ul li.step4 {
	background-position: -480px 0;
}
.getpass-step ul li.step4 i {
	background-position: -180px 0;
}
.getpass-step ul li.step4.step-now {
	background-position: -480px -30px;
}
.getpass-step ul li.step4.step-now i {
	background-position: -180px -30px;
}

.getpass-step ul li.step-now {
	color: #fff;
}


.getpass-main {
	width: 400px;
	margin: 30px auto;
}

.getpass-item-box {
	position: relative;
	margin-bottom: 20px;
}
.getpass-item {
	height: 40px;
	line-height: 38px;
	padding-left: 20px;
	border: 1px solid #ccc;
}
.getpass-item label {
	font-size: 14px;
	color: #666;
}
.getpass-item label span {
	position: absolute;
	top: 8px;
	left: 103px;
	width: 15px;
	height: 24px;
	line-height: 32px;
	font-weight: 700;
	font-size: 14px;
	color: #ff0000;
	border-right: 1px solid #ccc;
}
.getpass-item input {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 40px;
	line-height: 40px;
	text-indent: 18px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	border-left: none !important;
	outline: none;
}
.getpass-item input.pass-code {
	left: 0;
}
.getpass-item > input {
	width: 100%;
	border-left: 1px solid #ccc !important;
}
.getpass-item.disabled {
	background-color: #f2f2f2;
}
.getpass-item.disabled input {
	background-color: #f2f2f2;
}
.show-captcha {
	position: absolute;
	top: 1px;
	right: 0;
	height: 38px;
	vertical-align: top;
	cursor: pointer
}
.next-step {
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #0080ff;
	background-color: #0080ff;
	cursor: pointer;
}
.select-way-main {
	width: 440px;
	margin: 60px auto;
}
.select-way-space {
	float: left;
	width: 160px;
	line-height: 120px;
	color: #999;
	text-align: center;
}
.select-way {
	float: left;
	width: 140px;
	text-align: center;
}
.select-way a {
	display: block;
	height: 100%;
}
.select-way a i {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(images/select-way.png) no-repeat;
}
.select-way a p {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
.select-way a:hover p {
	color: #0080ff;
}
.email-way a i {
	background-position: 0 0;
}
.email-way:hover i {
	background-position: 0 -110px;
}
.mobile-way a i {
	background-position: -110px 0;
}
.mobile-way:hover i {
	background-position: -110px -110px;
}


.getpass-item .send-captcha {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 108px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #0080ff;
	background-color: #0080ff;
	cursor: pointer;
}
.getpass-item .send-disabled {
	width: 140px;
	border: 1px solid #ccc;
	background-color: #ccc;
}