.login {
	background: #fff url(../images/bg-login.gif) no-repeat scroll bottom center;
	border: 1px solid #a8a8a8;
	border-radius: 5px; 
	width: 600px;
	margin: 100px auto;
}
.login ul {
	margin: 40px auto 20px auto;
	width: 500px;
}
.login ul li {
	height: 50px;
}
.login ul li label {
	width: 100px;
	font-size: 12px;
	line-height: 32px;
	text-align: right;
	display: inline-block;
}
.login ul li input {
	width: 320px;
	height: 30px;
	line-height: 32px;
}
.login ul li button {
	background: transparent url(../images/btn.gif) no-repeat scroll top;
	border: none;
	width: 140px;
	height: 24px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.main {
	margin: 30px 50px;
	width: 924px;
}
.main th {
	background: #fff url(../images/bg-nav-hover.gif) repeat-x;
	border: 1px solid #dcdcdc;
	padding: 8px;
	text-align: center;
	font-weight: 700;
}
.main td {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 6px;
	
}