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