@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif,"宋体";
}
#frame{
	width:784px;
	margin:0px auto;
	background:url(../images/bg.gif) repeat-y;
	height:auto;
}
#logo{
	margin-left:30px;
}
#nav{
	margin-left:30px;
	color:#fff!important;
}
#nav a{
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline
}
#content{
	width:730px;
	margin:0px auto;
}
#content .top{
	height:50px;
	background:url(../images/top.gif) no-repeat;
	margin-top:10px;
}
#content .top_f{
	height:50px;
	background:url(../images/title.gif) no-repeat;
	margin-top:10px;
}
#content .top_e{
	height:50px;
	background:url(../images/top_e.gif) no-repeat;
	margin-top:10px;
}
#content .middle{
	background:#fff;
	margin:0px;
	padding:20px;
}
#content .title{
	margin:10px 0px 20px 0px;
	color:#1f6a70;
}
#content .title span{
	color:red;
	font-size:14px;
}
#content .bottom{
	height:36px;
	background:url(../images/bottom.gif) no-repeat;
}
form{
	margin:0px;
	padding:0px; 
	margin-left:60px;
}
#form td{
	height:36px;
	vertical-align:top;
	line-height:25px;
}
#form img{
	vertical-align:middle;
}
#form span{
	color:red;
	font-size:14px;
	margin-right:10px;
}
#querying{
	text-align:center;
	margin:100px 0px 260px 0px;
}
#resultmsg{
	margin-left:100px;
	margin-bottom:200px;
}
#resultmsg p{
	height:15px;
	clear:both;
}
#resultmsg label{
	margin-right:20px;
	width:60px;
	display:block;
	float:left;
}
#content h3{
	color:#1f6a70;
	font-size:16px;
}
#msg,#Vname,#query,#Download{
	margin-left:70px;
	line-height:25px;
}
#query a{
	color:#00f;
}
.resubmit{
	display:block;
	width:106px;
	height:17px;
	background:url(../images/button.gif) no-repeat;
	color:#000;
	text-decoration:none;
	margin:80px auto;
	margin-bottom:150px;
	text-align:center;
	padding-top:5px;
}
#footer{
	text-align:center;
	color:#b8ced3;
	padding:25px 0px;
	line-height:25px;
}
#footer a{
	color:#b8ced3;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}