@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body  {
	font: 14px/1.5 "宋体",Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 289px;
	background: #fff url(login.jpg) center -80px no-repeat;
	text-align: center;
}
h1{
	display: none;
}

form{
	margin:auto;
	width: 400px;
	padding-left: 195px;
}
form ul{
	margin-bottom: 9px;
}
input{
	width: 148px;
	height: 16px;
	border: #318bb3 solid 1px;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 16px;
}
#subfield{
	margin-left: 125px;
}
input#submit, input#reset, input#bhelp{
	width: 40px;
	height: 18px;
	display: block;
	float: left;
	border: #318bb3 solid 1px;
	font-size: 12px;
	color:#68749E;
	background: #fff;
	line-height: 18px;
	margin-right: 8px;
}


.welcome{
	margin-top: 90px;
	font-size: 12px;
}