@charset "utf-8";

#register {
	width: 640px;
	float:left;
}

#register 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;
}

#register-form {
	padding:30px 0 30px 30px;
	background:#fff url(../../images/user/shadow-light-left.jpg) repeat-y right;
}

#register-form p {
	line-height: 3.5em;
}

#register-form .span {
	margin-left: 15px;
	color: #9a9e9e;
	font-size: 12px;
}

#register-form .input {
	width: 180px;
	height: 18px;
	line-height: 18px;
}

#register-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;
}

#register-form .hint {
	display: none;
}

#register-form .short-input {
	width: 90px;
}

#register-form img {
	vertical-align: middle;
}

#register-form .register {
	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:60px 0;
}