@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: 44px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px; 
	background-color:#ccc; 
	color:#000;
	padding-left:20px;
	border:0px;
}
.header{
		width:1024px; 
		height:105px; 
		margin:auto; 
		background:url(../images/header1.jpg);
}
.header2{
		width:1024px; 
		height:56px; 
		margin:auto; 
		background:url(../images/header2.jpg);
}
.bannercont{
		width:1024px; 
		height:348px; 
		margin:auto; 
		background:url(../images/bannerbg.jpg);
}
.img{
		width:1024px; 
		height:413px; 
		margin:auto; 
		background:url(../images/img.jpg);
}
