/* CSS Document */

*{
  margin:0;padding:0;
}
body{
	background:url(../images/login_bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size: 12px;
	color: #340d0d;
	margin-left:auto;
	margin-right:auto;	
	scroll:none; 
}
a{
	color:#441010;
	text-decoration:none;
	margin:0px;padding:0px;
}
a:hover{
   color:#441010;
   text-decoration:underline;
}
.logincontent{
	margin:-260px 0 0 -400px;
	width:821px;
	height:531px;
	position:absolute;
	top:50%;left:50%;
	background:url(../images/loginbg.png) no-repeat left top;	
}
.loginbox{
	width:356px;
	height:150px;
	position:absolute;
	top:230px;
	right:90px;
	margin-top:10px !important;
	*margin-top:0px !important;
	}
.copyright{
	height:135px;
	text-align:center;
	color:#616060;
	line-height:100px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	width:100%;
}
.button,.buttonhover{
	 border:none;
	 line-height:20px;
     FONT-SIZE: 12px; 	 	
	 CURSOR: hand; 
	 COLOR: #333333; 
	 width:70px;height:24px;	
	 margin-top:5px;
	   
}
.button {
    background:url(../images/btn_nomorl.png);     
	 }
.buttonhover {
     background:url(../images/btn_onmouseover.png); 
	
}
.error{
	background:#fffae3;
	border:1px solid #ff7200;
	width:222px;
	height:18px;
	text-align:left;
	/*position: absolute;
	top:213px;
	left:380px;*/
	padding:0 5px;
}
.error span{
    background:url(../images/err.png) no-repeat;
	padding-left:23px;
	line-height:18px;
	color:#862512;
	
}