body{
	background-repeat: repeat-x;
	background-image: url(/images/main_bg.jpg);
	background-color: #e6fce5;
	background-position: center top;
	text-align:center;
	overflow:hidden;
}


#container{ background:url(/images/loginbg1.jpg) no-repeat center center;wdith:830px; height:517px; text-align:center;
margin:0 auto 0 auto; }	
#container_gray{ background:url(/images/loginbg1_gray.jpg) no-repeat center center;wdith:830px; height:517px; text-align:center;
margin:0 auto 0 auto; }
#ann{ text-align:center;
      margin:105px auto 0 auto; 
      font-family: "Trebuchet MS", "宋体";
	  font-size: 12px;
	  color : #303030;
	  font-weight : normal;
      }	
#wapper{ padding:310px 0 0 0; text-align:center; }
#footer{ 
    padding:30px 0 0 0; 
    font-family: "Trebuchet MS", "宋体";
	font-size: 12px;
	color: #303030;
	font-weight: normal;}

#footer a{
	font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #13a5f1;
	font-family: "Trebuchet MS", "宋体";

}
#footer a:hover{
font-size: 12px;
text-decoration:none;
color: #13a5f1;	
}

.footer{ 
    padding:30px 0 0 0; 
    font-family: "Trebuchet MS", "宋体";
	font-size: 12px;
	color: #303030;
	font-weight: normal;}

.footer a{
	font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #13a5f1;
	font-family: "Trebuchet MS", "宋体";

}
.footer a:hover{
font-size: 12px;
text-decoration:none;
color: #13a5f1;	
}



.loginfont{
	font-family: "Trebuchet MS", "宋体";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;


}
.button_01{
	color:#fff;
	border: solid 0px;
	font:bold 12px "Trebuchet MS" , "宋体";
	background-image: url(/images/button_bg.png);
	width:90px;
	height:24px;
}
.inputline/*单行文本输入*/
{
	background-color: #fff;
	font-family: "Trebuchet MS", "宋体";
        height: 22px;
	font-size: 9pt;
	width:120px;
	font-style: normal;
	border: 1px solid #95aad5;
}


.failureNotification /*错误提示*/
{
	font-family: "Trebuchet MS", "宋体";
	font-size: 9pt;
	color:Red;
	font-style: normal;
	border: 0px;
	vertical-align:top;
        height: 10px;
}

