@charset "utf-8";

#login {
	width: 640px;
	float:left;
}

#login 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;
}

#login-form {
	float:left;
	width: 330px;
	background:#f8f8f8;
	margin:50px 0 0 30px;
}

#login-form form {
	padding: 40px 40px;
}

#login-form p {
	line-height: 3em;
}

#login-form .input {
	width: 180px;
	height: 18px;
	line-height: 18px;
}

#login-form #err, .hint {
	border: 1px solid #e60000;
	color: #e60000;
	width: 205px;
	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;
}

#login-form .hint {
	display: none;
}

#login-form .short-input {
	width: 90px;
}

#login-form img {
	vertical-align: middle;
}

#login-form .login {
	font-size:14px;
}

#register {
	float:left;
	width:280px;
	background:#fff url(../../images/user/shadow-light-left.jpg) repeat-y right;
	text-align:center;
	font-size:12px;
	padding:160px 0 200px 0;
}

#register h3{
	font-size:18px;
	font-weight:bold;
}

#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;
}