@charset "utf-8";
body,p,form{
	padding:0;
	margin:0;
}
body{
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
	background:#f5ebce;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input[type=radio],
input[type=checkbox]{
	margin:0 5px 2px 0;
	padding:0;
	vertical-align:middle;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	height:0;
	line-height:0;
	overflow:hidden; 
	font-size:0; 
	zoom:1;
	clear:both;
}
.gray{
	color:#cdcdcd;
}
.h{
	display:none;
}
.container{
	width:966px;
	margin:0 auto;
	background:url(container_bg.gif) no-repeat;
}
.top{
	height:55px;
	background:url(top.jpg) no-repeat;
	position:relative;
}
.login{
	color:#941210;
	font-size:14px;
	position:absolute;
	top:12px;
	right:30px;
}
.login a{
	color:#941210;
}
.title{
	height:194px;
	background:url(title_bg.jpg) no-repeat;
}
.query{
	height:119px;
	overflow:hidden;
	background:url(query_bg.png) no-repeat 0 0;
}
.query table{
	margin:29px 0 0 43px;
}
.input-query{
	width:410px;
	height:40px;
	overflow:hidden;
	background:url(query.gif) no-repeat;
}
.input-query input{
	font-size:16px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding:0 8px 0 60px;
	width:338px;
	background:none;
	border:none;
	overflow:hidden;
	outline:none;
	resize:none;
	font-family:Verdana, Geneva, sans-serif;	
}
.btn-query{
	width:72px;
	height:44px;
	display:inline-block;
	border:0;
	cursor:pointer;
	background:url(query.gif) no-repeat -410px 0;
	margin-left:8px;
}
.btn-query span{
	display:none;
}
.btn-query:hover{
	background-position:-410px -50px;
}
.btn-query:active{
	background-position:-410px -101px;
}
.suffix{
	height:35px;
	width:400px;
	background:url(query.gif) 0 -55px;
}
.box{
	margin:18px 20px 0;
	height:81px;
	padding:30px;
	background:url(rule_box.png) no-repeat 0 0;
	line-height:2em;
	color:#f5ebce;
}
/* footer */
.footer{
	padding:10px;
	text-align:center;
	line-height:20px;
	color:#fff;
}

