#Header {
	width:375px;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 28px;
	text-align: left;
	text-indent: .5em;
	color: #3083c7;
	float:left;
}
#TopHeader{
	width:100%;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 30px;
	text-indent: .5em;
	color: #3083c7;
	border-bottom: 3px #3083c7 solid	
}
.c_tits {
	height: 30px;
	line-height: 30px;
	color: #3083c7;/* color: #000; */
	font-size: 22px;
	text-align: center;
	margin: 35px 0
}
.c_tits2{
	font-size:14px;
	margin-bottom:30px;
	text-align:center;
	margin-top:-20px
}
#Content {
	margin:0 auto;
	/* width:400px; */
	border:0px solid #F00;
}
span{
	float:right;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	background: #fff;
}
input{
	height: 28px;
	*height: 27px;
	line-height: 27px;
	width: 250px;
	border-radius: 5px;
	border: solid 1px #a9a9a9;
	padding: 0 5px;
	font-size:14px;
}
td{
	padding:6px;
	white-space:nowrap; 
}
.intable{
	float: left;
}
.tips {
	color: red;
	font-style: normal
}
.tip_n{
	color:#a7a7a7;
}
.button_style{
	background-image: none;
	background-color: #3083c7;
	color: #fff;
	width: 115px;
	height: 35px;
	line-height: 29px;
	padding: 0;
	border-radius: 3px;
	border: 0;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	margin:0px 29px;
}
#footers {
	margin-top:10px;
	height: 100px;
	text-align:center;
	color:#303D5D;
	text-align:center;
}
#Topfooters{
	width:100%;
	height: 100px;
	text-align:center;
	color:#303D5D;
	text-align:center;
	border-top: 1px #3083c7 solid;
	margin-top: 50px;
}

@media print {

	body {
		-webkit-print-color-adjust:exact;
		-moz-print-color-adjust:exact;
		-ms-print-color-adjust:exact;
		print-color-adjust:exact;
	}
}
