html {
	height: 100%;
	min-height: 615px;
}
body {
	background: #f6f6f6;
	font-family: '微软雅黑';
	height: 100%;
}

#top {
	width: 100%;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: url("../images/loginbg_topbg.jpg") repeat-x;
}

#main {
	position: absolute;
	margin: 0 auto;
	top: 110px;
	width: 100%;
	height: 400px;
	background: #f6f6f6 url("../images/loginbg.gif") no-repeat center top;
	z-index: 10;
}

#bottom {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 10px;
	text-align: center;
	background: #fff url("../images/loginbg_bottombg.jpg") repeat-x;
	z-index: 1;
}

form {
	width: 255px;
	height: 213px;
	margin: 0 auto;
	margin-top: 134px;
	position: relative;
	left: 290px;
}

input {
	display: block;
	height: 35px;
	line-height: 35px;
	margin-bottom: 17px;
	width: 210px;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	font-family: '微软雅黑';
}

#input_code {
	width: 65px;
	float: left;
	margin-left: 25px;
	margin-right: 7px;
	padding-left: 5px;
}

#code_img {
	width: 130px;
	height: 35px;
	margin-top: 2px;
	cursor: pointer;
}

#click_to_change {
	color: #103015;
	display: block;
	font-family: '微软雅黑';
	width: 104px;
	margin: 5px auto 9px 102px;
	text-decoration: underline;
}

#sub {
	width: 92px;
	border: 0;
	background: none;
	margin-left: 43px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
	height: 32px;
	cursor: pointer;
	line-height: 28px;
}