* {
	margin: 0px;
	padding: 0px;
}
.clear{ clear:both;}
body {
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/login-bg.png);
	width: 1002px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; 
	font-family:"微软雅黑";
	font-size: 12px;
}

.login-top {
	background-image: url(../images/login1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;	
}
.login-center {
	background-image: url(../images/login2.gif);
	background-repeat: no-repeat;
	height: 265px;
	background-position: center top;
}
.login-foot {
	background-image: url(../images/login3.gif);
	background-repeat: no-repeat;
	height: 161px;
	background-position: center top;
}
.login-ico {
	float: left;
	margin-top: 48px;
	padding-left: 99px;
}
.login-tb {	
	padding-top: 44px;
	margin-left: 430px;
}
.name {
	color: #030303;
}
.login-inp {
	border: 1px solid #cccccc;
	line-height: 24px;
	height: 24px;
	width: 210px;
}
.aa {
	font-family:"微软雅黑";
	font-size: 12px;
	font-weight: bold;
	color: #303030;
	background-image: url(../images/login-bt.png);
	height: 29px;
	width: 92px;
	background-repeat: no-repeat;
	border:0px;
}
.red {
	color: #ff0000;
}
