@CHARSET "UTF-8";
body {
font-size:12px;
width: 900px;
margin: 0 auto;
padding:0px;
}

#Container {
	width: 900px;
	margin: 0 auto; /*设置整个容器在浏览器中水平居中*/
}

#Header {
	height: 20px;
}

#logo {
font-size:14px;
text-align: left;
font-weight: bold;
color: #002448;
font-family: 宋体;
}

#Content {
border: 1px solid #DCDCDC;
background-color: #f0f0f0;
 font-size: 14px;
 font-family: 宋体;
 color: #333333;
 
}

#Content table{
font-size:14px;
background-color: #f0f0f0;
width: 900px;
}


#gjqxData table {
	text-align: center;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:宋体;
	color:#333333;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width: 900px;
}

#gjqxData table td {
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	height: 30px;
	line-height: 30px;
}

#gjqxData {
	padding:0px;
	margin:2px 0px;
}


#Footer {
height: 20px;
}

.footer-left {
	text-align:left;
	width: 50%;
	float: left;
}

.footer-right {
	text-align: right;
	width: 50%;
	float: left;
	width: 900px;
}
input{
	font-size:12px;
	text-align:center;
}
.Clear {
	    clear: both;
}