@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
.ad{
	background:url(image/bg36.png) center no-repeat;
	background-size:100% 100%;
	height:120px;
	width:100%;
}
.bg2{
	background:url(image/bg22.png) 100% 100%;
	width:100%;
	height:40px;
}
.bg2 p{
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#30F;
	font-weight:700;
}
.ad img{
	position:relative;
	top:20%;
	margin-left:5%;
}
.login{
	width:600px;
	margin:3% auto;
}
.login p{
	font-size:14px;
	width:200px;
	display:inline-block;
	text-align:right;
}
.in{
	padding:5px;
	border:1px solid #999999;
	color:#000;
	font-size:12px;
	margin-top:15px;
}
.in1{
	padding:5px;
	border:1px solid #999999;
	color:#000;
	font-size:12px;
}
.submit{
	background:url(image/button_03.gif) 100% 100% no-repeat;
	font-size:12px;
	border-style:none;
	cursor:pointer;
	width:100px;
	height:30px;
	margin-left:10px;
}
.submit1{
	background:url(image/button_03.gif) 100% 100% no-repeat;
	font-size:12px;
	border-style:none;
	cursor:pointer;
	width:100px;
	height:30px;
	margin-top:30px;
	margin-left:35%;
}

