* {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input,button {
	border:none;
	background:none;
	vertical-align:middle;
}
a {
	color:#;
	text-decoration:none;
}
a:hover {
	color:#;
	text-decoration:underline;
}
li {
	list-style:none;
}
body,html {
	height:100%;
}
body {
	text-align:center;
	background:url(../login_img/main_bg.jpg) 0 61px;
}
#contain {
	min-height:100%;
	position:relative;
	text-align:center;
}
* html #contain {
	height:100%;
}
h1 {
	background:url(../login_img/head_bg.jpg) repeat-x;
	line-height:61px;
	color:#fff;
}
h1 span {
	display:block;
	font-size:14px;
	text-align:left;
	background:url(../login_img/title_bg.jpg) no-repeat;
	padding-left:110px;
}
.logo {
	top:200px;
	left:60px;
	position:absolute;
}
.logo img {
	width:161px;
	height:65px;
}
#wrap {
	width:600px;
	height:480px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-bottom:30px;
}
.form {
	background:url(../login_img/line_bg.jpg) 0 117px no-repeat;
	float:right;
	padding:130px 0 30px 8px;
	width:330px;
	margin-left:268px;
}
.form h2 {
	color:#336e80;
	padding:10px 0;
}
.form label{
	width:75px;
	text-align:right;
	display:table-cell;
	float:left;
	line-height:24px;
}
* html .form label {
	float:none;
}
.form div {
	padding:3px 0 3px 30px;
	color:#196c94;
	white-space:nowrap;
}
.form input {
	border:1px solid #2daeef;
	background:#fff;
	padding:2px 0 1px 2px;
	height:16px;
	width:120px;
}
.form .checkbox {
	width:15px;
	height:15px;
}
* html .form input {
	height:20px;
}
.form button {
	width:74px;
	height:30px;
	line-height:30px;
	color:#fff;
	margin-bottom:100px;
}
.btn1 {
	margin:0 10px 0 53px;
	background:url(../login_img/btn1.gif) no-repeat;
}
.btn2 {
	background:url(../login_img/btn2.gif) no-repeat;
}
#cominfo {
	clear:both;
	text-align:center;
	color:#386177;
}
#cominfo p span {
	color:#ff6600;
	height:30px;
	line-height:30px;
}
#foot {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(../login_img/foot_bg.jpg) repeat-x;
	line-height:30px;
	color:#baf1ff;
}