@charset "utf-8";
/* CSS Document */

.loginform{
	width:auto; 
	height:42px; 
	float:right;
	padding-right:20px;
	color:#ccc;
	font-family:verdana;
	font-size:10px;
	padding-top:55px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px;
	background-color:#B0B0B0; 
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
}
.content{
	width:1024px; height:auto; margin:auto;
}
.banner{
	width:1024px; 
	height:356px; 
	margin:auto; 
	background:url(../images/banner.jpg);
}
.img1{
	width:1024px; 
	height:210px; 
	margin:auto; 
	background:url(../images/img1.jpg);
}
.img2{
	width:1024px; 
	height:215px; 
	margin:auto; 
	background:url(../images/img2.jpg);
}
.footer{
	width:1024px; 
	height:75px; 
	margin:auto; 
	background:url(../images/footer.jpg);
}