@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	font-family: 微软雅黑;
	line-height: 30px;
	color: #666;
	background-color: #0D76C7;
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#login {
	width: 285px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 280px;
}
.font01 {
	color: #039;
	display: block;
	width: 280px;
	text-align: right;
}
.input01 {
	width: 200px;
	height: 38px;
	border: solid 1px #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 38px;
	padding: 0px 5px;
}