@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, pre, form, input, textarea, fieldset, table, th, td{margin:0;padding:0;}
body, button, input, select, textarea{ font-size:12px; text-align:center;}
body{color:#333; background:#DFE4EA;}
ul, ol, li{list-style:none;}
img{border:none;}
a:link,a:visited,a:hover{color:#333; text-decoration:none;}


/*login------------------------------------------------------------*/
.xh_login{
	margin:120px auto 0 auto;
	width:1006px;
	height:551px;
	background:url(../images/xh_login_bg.jpg) no-repeat;
}
.xh_loginbox{
	padding:278px 0 0 563px;
	text-align:left;
}
.xh_login_input{
	width:150px;
	height:20px;
	border:none;
	text-align:left;
	line-height:20px;
	font-size:12px;
}
.xh_login_btn{
	width:80px;
	height:28px;
	border:none;
	background:url(../images/xh_login_btn.jpg) no-repeat;
	cursor:pointer;
}