@charset "utf-8";
/* CSS Document */

.loginform{
	width:auto; 
	height:42px; 
	float:right;
	padding-right:20px;
	color:#000;
	font-family:verdana;
	font-size:12px;
	padding-top:40px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px; 
	background-color:#ccc; 
	color:#000;
	padding-left:20px;
	border:0px;
}
.content{
	width:958px; 
	height:auto; 
	margin:auto;
}
.header{
	width:958px; 
	height:120px; 
	margin:auto; 
	background:url(../images/header.jpg);
}
.bannercontent{
	width:958px; 
	height:331px; 
	margin:auto; 
	background:url(../images/bannerbg.jpg)
}
.imgs{
	width:958px; 
	height:523px; 
	margin:auto; 
	background:url(../images/imgs.jpg);
}
.footer{
	width:958px; 
	height:78px; 
	margin:auto; 
	background:url(../images/footer.jpg);
}