@charset "utf-8";

#forget {
	width: 640px;
	float:left;
}

#forget h2 {
	font-size:14px;
	font-weight:bold;
	width:580px;
	background:#f3f3f3 url(../../images/user/shadow-dark-left.jpg) repeat-y right;
	height:40px;
	line-height:40px;
	color:#e60000;
	padding:0 30px;
	border-bottom: #cbcbcb 1px dotted;
}

#forget-form {
	padding:60px 0 180px 30px;
	background:#fff url(../../images/user/shadow-light-left.jpg) repeat-y right;
}

#forget-form p {
	line-height: 3.5em;
}

#forget-form .input {
	width: 180px;
	height: 18px;
	line-height: 18px;
}

#forget-form #err, .hint {
	border: 1px solid #e60000;
	color: #e60000;
	width: 252px;
	background: #fff2f2 url(../../images/user/icon-error.jpg) no-repeat 10px center;
	display: block;
	line-height: 2em;
	padding: 0 10px 0 35px;
	margin-bottom: 10px;
}

#forget-form .hint {
	display: none;
}

#forget-form .short-input {
	width: 90px;
}

#forget-form img {
	vertical-align: middle;
}

#forget-form .button {
	font-size:14px;
}

#download {
	width: 318px;
	float:left;
}

#download h2 {
	font-size:14px;
	font-weight:bold;
	width:318px;
	background:#f3f3f3;
	height:40px;
	line-height:40px;
	color:#e60000;
	text-align:center;
	border-bottom: #cbcbcb 1px dotted;
}

#download img{
	width:250px;
}

#download p{
	text-align:center;
	margin:20px 0;
}