#Header {
	width:320px;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 24px;
	text-align: left;
	text-indent: .5em;
	color: #3083c7;
	float:center;
}
#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-top:40px;
	margin-bottom:20px;
}
.c_tits2{
	font-size:14px;
	margin-bottom:35px;
	text-align:center;
	margin-top:-20px;
	margin: 40px 0
}
#Content {
	margin:0 auto;
	width:300px;
	border:0px solid #F00;
	padding:10px;
}
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: 180px;
	border-radius: 5px;
	border: solid 1px #a9a9a9;
	padding: 0 5px;
	font-size:14px;
}
td{
	padding:5px;
	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: 100px;
	height: 30px;
	line-height: 29px;
	padding: 0;
	border-radius: 3px;
	border: 0;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	margin:10px;
}
#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: 70px;
}
