@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border-width: 0px;
}
body,h1,h2,h3,h4,a,input  {
	color: #61859F;
	font: 12px/150% Tahoma, "微软雅黑";
	text-decoration: none;
}
h1 ,h2{
	font-family: "微软雅黑";
	font-weight: bold;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
#wrapper option {
	display: list-item;
	padding-left: 10px;
}
#wrapper a:hover {
	color: #436793;
	text-decoration: underline;
}
.f_clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
.f_clear {
display: inline-block;
}
* html .f_clear {
height: 1%;
}
.f_clear {
display: block;
}
html,body {
	overflow: hidden;
}
body  {
	background: #B8AAC8;
}
#wrapper {
	background: url(../images/loginbg.png);
	height: 350px;
	width: 400px;
	position: absolute;
	padding: 0px 0px 300px 300px;
	left: 50%;
	margin: -175px 0px 0px -500px;
	top: 50%;
}
#login {
	background: #DEE7EC;
	height: 350px;
	width: 400px;
}
#header {
	background: #3B4449;
	text-align: center;
	height: 70px;
}
#content {
	padding: 0px 70px;
	position: relative;
}
.maintext label {
	line-height: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/user.gif) no-repeat 5px center;
	padding-left: 30px;
	color: #CCC;
	cursor: text;
	white-space: nowrap;
	overflow: hidden;
}
.passwordbox label {
	background-image: url(../images/password.gif);
}
.labelfocus {
	width: 0px;
	overflow: hidden;
}
.userbox, .passwordbox {
	position: relative;
	margin-top: 20px;
}
.maintext input {
	height: 30px;
	width: 230px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 30px;
}
.prompt {
	margin-top: 20px;
	background: url(../images/warning.gif) no-repeat 0px center;
	padding-left: 30px;
}
.loginbtn {
	position: absolute;
	top: 140px;
}
