/*
 ----------------------------------
	FileName: forget_password.css
	Description: 找回密码样式表
	Author: LiFeng Jiang
	Last Updated: 2015.03.25
	Last Updated by: Shicun Huang
	Website: www.thejie.com
----------------------------------
*/
/*注册表单 输入邮箱*/
.reg_form .sign { height: 42px; background-position: 0 -480px; }
.reg_form .tips { color: #999; margin-top: 38px; }
.reg_form .email { margin-top: 38px; }
.reg_form .email .onShow,
.reg_form .email .onFocus,
.reg_form .email .onError,
.reg_form .email .onCorrect,
.reg_form .email .onLoad,
.reg_form .email .onTime { margin-top: 23px; color: #ff3701; }
.reg_form .submit { margin-top: 29px; }

.a .sign { background: url("../images/forget_password.png") no-repeat 0 8px; } 
.a .tips { width: 405px; overflow: hidden; }
.a .email input { background: none; background: url("../images/forget_password.png") no-repeat 0 -320px; }

.b .sign { background: url("../images/forget_password.png") no-repeat 0 -100px; } 
.b .tips { width: 405px; overflow: hidden; }
.b .password { margin-top: 30px; position: relative; }
.b .password a { position: absolute; width: 123px; height: 30px; left: 258px; top: 13px; }
.b input { background: url("../images/forget_password.png") no-repeat 0 -467px; }

.c .tips { margin-top: 50px; }
.c .sign { background: url("../images/forget_password.png") no-repeat 0 -200px; }
.c .password { margin-top: 30px; }
.c .password input:first-child { margin-bottom: 30px; }
.c .tips { width: 405px; overflow: hidden; }
.c .tips p { line-height: 30px; }
.c .tips p span { color: #ff9933; }
.c .tips p a { color: #ff9933; }
.c .submit input { background: url("../images/login_form_bg.png") no-repeat 0 -240px; text-align: center; }

.reg_form .email { margin-top: 0; }
