body.LoginPageBody {
	background:#040404 url(Images/Login/PageBG.jpg) center 68px no-repeat;
}
.LoginBox {

	background:url(Images/Login/Box.png) no-repeat;
	_background:url(Images/Login/Box.gif) no-repeat;
	width:542px;
	height:250px;
	padding-left:20px;
	padding-top:16px;
	margin:0 auto;
	margin-top:40px;
}
.LoginArea {
	width:290px;
	float:left;
	height:246px;
	position:relative;
}
.LoginArea h2 {
	display:block;
	border-bottom:1px solid #e6e7e7;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
	color:#7e8085;
}
.LoginArea table {
	margin-top:15px;
	width:100%;
}
.LoginArea table th, .LoginBox table td {
	padding:4px 0;
	color:#7e8085;
	text-align:right;
}
.LoginArea table th {
	font-weight:normal;
	font-size:14px;
	font-family:"微软雅黑";
}
.LoginArea table td {
}
.LoginArea table td input {
	width:165px;
	height:30px;
	line-height:30px;
	border:none;
	border-width:0;
	padding:0 5px 0 30px;
	font-weight:bold;
}
.LoginArea table td input.InputUsername {
	background:url(Images/Login/InputUsername.png) no-repeat;
}
.LoginArea table td input.InputPassword {
	background:url(Images/Login/InputPassword.png) no-repeat;
}
.LoginArea .AutoLoginCheck {
	padding-left:90px;
	color:#54565a;
	margin-top:3px;
}
.LoginArea .AutoLoginCheck a.ForgetPassword,
.LoginArea .AutoLoginCheck a.ForgetPassword:link,
.LoginArea .AutoLoginCheck a.ForgetPassword:visited {
	padding-left:5px;
	color:#2e79a8;
}

.LoginArea .LoginButtons {
	width:100%;
	height:32px;
	margin-top:10px;
}
.LoginArea .LoginButtons input.LoginButton {
	width:89px;
	height:30px;
	border:none;
	border-width:0;
	background:url(Images/Login/LoginButton.png) no-repeat;
	cursor:pointer;
	margin-left:85px;
	vertical-align:middle;
}


.LoginArea .LoginButtons a.RegAccount,
.LoginArea .LoginButtons a.RegAccount:link,
.LoginArea .LoginButtons a.RegAccount:visited {
	color:#555;
	margin-left:20px;
	font-size:14px;
}

.LoginArea .APILogin {
	border-top:1px solid #CCC;
	margin-top:14px;
	color:#666;
	padding-top:12px;
}
.LoginArea .APILogin a.QQLogin {
background:url(Images/Login/QQLogin.png) left no-repeat;
padding-left:20px;
display:inline-block;
*display:inline;
zoom:1;
height:16px;
line-height:16px;
font-size:12px;
color:#666;
}


.MemoArea {
	float:right;
	width:230px;
	height:246px;
}
.MemoArea .Memo {
	color:#484b50;
	padding:3px 10px;
	height:210px;
	overflow:hidden;
}
.LoginPageADGeneralBottom {
	margin-top:25px;
	color:#8e8494;
}
.LoginPageFooter {
	clear:both;
	margin-top:25px;
}
