@charset "gb2312";
/*通用样式*/
body,table{
	font-size:12px;
	font-family:Arial,Verdana,  Helvetica, sans-serif,"宋体";
	color:#FFFFFF;
}
img{ vertical-align:middle; border:0;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
body,html,ul,li{
	margin:0;
	padding:0;
}
body {
	background-color: #450100;
	background-image: url(../../images/login/bodybgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*布局样式*/
#bg {
	text-decoration:none;
	height: 613px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/login/bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#logintop {
	height: 270px;
}
#login {
	text-decoration:none;
	height: 80px;
	width: 320px;
	margin-top: 0px;
	margin-left: 450px;
	clear: both;
}
#loginbg {
	text-decoration:none;
}
#loginbg tr {
	text-decoration:none;
}
#loginbg tr td {
	text-decoration:none;
	line-height: 40px;
}
.username{
	background-image:url(../../images/login/username.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:16px;
	FONT-SIZE: 12px;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
	line-height: 16px;
}
.password{
	background-image:url(../../images/login/password.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-left:20px;
	height:16px;
	FONT-SIZE: 12px;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
	line-height: 16px;
}
.login-btn{
	width:72px;
	height:20px;
	color:#000000;
	cursor:pointer;
	background:url(../../images/login/login-btn.gif);
	border:0;
	line-height:20px;
}
#bottom {
	width:500px;
	line-height: 20px;
	color: #FFFFFF;
	height: 20px;
	margin-top: 235px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
