/* pages/login.css */

#biglogo img{
border:1px ridge;
display:inline;
position:relative;
top:35px
}

.loginBody{
	border:0px none;
	overflow:auto;
	text-align: center;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	background-color: #FFF;
	background-image: url(../bgmoutai.gif);
}

.loginArea{
	border:0px none;
	overflow:auto;
	text-align: center;
	background-image: url(../bgmt.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

.loginLeftBox{
	border:0px none;
	overflow:auto;
	text-align: center;
	background-image: url(../bgmoutai.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 118px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

.loginRightBox{
	border:0px none;
	overflow:auto;
	text-align: center;
	background-image: url(../bgmoutai.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 118px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

#loginTable{
	background-color:#FFE;
	border:1px solid #000
}
.loginBody table{
margin-left: auto;
margin-right: auto;
}
.loginButton{
	background: url(../loginButton.gif);
	height: 23px;
	width: 91px;
	font-family: "ËÎÌå";
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
}

.loginInput{
	background: #fff url(../logon_fade.png) no-repeat top left;
	vertical-align:middle;
	border: 1px solid #666;
	width: 150px;
}
.SuntiBlack9 {
	font-family: "ËÎÌå";
	font-size: 9pt;
	color: #000;
}

.SuntiRed9 {
	font-family: "ËÎÌå";
	font-size: 9pt;
	color: #900;
}