#main {
	height: 392px;
	width: 718px;


	margin-top: expression((body.clientHeight-400)/2);
	background-color: #FFFFFF;
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
body {
	text-align: center;
	background-color: #5773d6;
	font-family: "ËÎÌå";
	font-size: 12px;
}
#top {
	background-image: url(../images/login-topba.gif);
	height: 35px;
	width: 718px;
	line-height: 32px;
	text-align: left;
	text-indent: 320px;
}
#right {
	float: right;
	width: 350px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #5773D6;
	margin-top: 5px;
}
#left {
	float: left;
	width: 340px;
	text-align: left;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inputframe {
	border: 1px dashed #333333;
	width: 150px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#bottom {
	width: 718px;
	padding: 10px;
	line-height: 1.8em;
	color: #FFFFFF;
}
ul {
	font-size: 14px;
	line-height: 1.6em;
	color: #006600;
}

