#topDiv{
	background-image:url(../img/com/Mian_bg_top.jpg);
	background-position: center;
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial;
}
#topDiv td{
	text-align:center;
	vertical-align:central;
	font-weight:bold;
}
#topDiv a{
	text-decoration:none;
	color:#FFF;
}
#mainDiv{width:100%;}
#bottomDiv{background-color:#000;height:145px;width:100%;}
body {margin-right:0px;margin-bottom: 0px;margin-left:0px;margin-top:0px; background-color:#000}
#bottomDiv a{color:#d5d5d5;text-decoration:none;}
#bottomDiv a:hover{text-decoration: underline;}
.mainArea{background-image:url(../img/com/Mian_bg_middle.jpg);background-size:100%;background-position:top center;background-repeat:no-repeat;min-width:1260px;height:576px;}
.mainArea td{font-family:Arial;}
#loginDiv{
	position:absolute;
	width:474px;
	top:50%;
	left:50%;
	margin-left:-237px;
	margin-top:-225px;
}
#loginTopPart{
	background-image:url(../img/com/Mian_register.png);
	background-position:top;
	background-repeat: no-repeat;
}
.loginTable{
	background-image:url(../img/com/Mian_register.png);
	background-position:bottom;
	background-repeat: no-repeat;
	width:100%;
}
.input-text{
	border:none;
	border-radius: 4px 4px 4px 4px;
	background-color:#fff0bd;
	height: 28px;
	line-height: 31px;
	margin-right: 10px;
	padding: 0;
	width: 200px;
	-moz-box-shadow:2px 2px 2px #999 inset;
	-webkit-box-shadow:2px 2px 2px #999 inset;
	box-shadow:2px 2px 2px #999 inset;
	text-indent:15px;
	color:#c2b486;
	font-size:11px;
}
.input-checkbox{
	border:none;
	border-radius: 4px 4px 4px 4px;
	height: 17px;
	width: 17px;
}
#forgetPassworDiv{
	background-image:url(../img/com/Mian_forget_password.png);
	background-position: center;
	background-repeat: no-repeat;
	position:absolute;
	width:312px;
	height:292px;
	top:50%;
	left:50%;
	margin-left:-156px;
	margin-top:-170px;
	display:none;
}