html,body {
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: ËÎÌå;
	font-size: 12px;
}

body {
	background: url(images/background.jpg) no-repeat 100% 100%;
}

#body {
	width: 536px;
	height: 282px;
	position: absolute;
	top: 50%;
	margin-top: -105px;
	left: 50%;
	margin-left: -201px;
}

#banner {
	position: absolute;
	background: #135EA9 url(images/logo-login.png) no-repeat 50% 14px;
	width: 402px;
	height: 50px;
	left: 0px;
	top: 0px;
}

#panel {
	position: absolute;
	border-width: 0 1px 1px 1px;
	border-color: #00A1EA;
	border-style: solid;
	top: 50px;
	width: 400px;
	height: 160px;
	background-color:white;
}

#submit {
	background:url(images/login.png) no-repeat 50% 50%;
	width: 90px;
	height: 70px;
	left: 285px;
	top: 33px;
	position: absolute;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

#submit:hover {
	border-color: #00A0EA;
}

#account,#lb_account {
	top: 35px;
}

#password,#lb_password {
	top: 75px;
}

#account,#password {
	position: absolute;
	left: 80px;
	background-color: white;
	z-index: 1;
	border: 1px solid #CCCCCC;
	text-align: left;
}

#account:hover,#password:hover {
	border-color: #00A0EA;
}

#lb_account,#lb_password {
	left: 40px;
	position: absolute;
	background-position:50% 50%;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
#lb_account{
	background-image:url(images/user.png);
}
#lb_password{
	background-image:url(images/psw.png);
}

input {
	width: 178px;
	height: 28px;
	line-height: 28px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 20px;
	background-color: #F8F8F8;
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 14px;
	color: #0C51B4;
}

.hint {
	font-family: ËÎÌå;
	font-size: 12px;
	color: #999999;
	position: absolute;
	top: 8px;
	left: 12px;
	visibility: visible;
}

#status {
	position: absolute;
	color: red;
	width: 100%;
	top: 190px;
	text-indent: 120px;
	line-height: 24px;
}

#advice {
	position: absolute;
	color: #565656;
	width: 100%;
	text-align: center;
	bottom: 6px;
}