@charset "utf-8";


html,body {
	margin: 0px;
	overflow: auto;
	width:100%;
	height: 100%;
	border:0px solid #D5E2F2;
	FONT-FAMILY:  微软雅黑,宋体,Tahoma, Verdana, Arial, Helvetica,  sans-serif;
}

.global {
	width:1100px;
	height:100%;
	border:0px solid red;
}

.header{
	
	border:0px solid black;
	height:178px;
}

.center_body{
	
	border:0px solid black;
	height:565px;
	font-size:12px;
	font-weight:bold;
}

.selectStyle{
	border: none;
	position:relative;             
	top:20%;
}
    
.selectdiv{
	height:40px;
	text-align: center;
	line-height: 40px;
	padding:10px 10px;
	font-family:'Helvetica Neue', Helvetica, Verdana, sans-serif;
	color:#555;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);
	background-color:#fff;
	border:1px solid;
	border-color:#CCCCCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
select {
	FONT-SIZE: 16px;
	FONT-FAMILY:  微软雅黑,宋体,Tahoma, Verdana, Arial, Helvetica,  sans-serif;
	border: none;
}

.lablediv{
	float:left;
	border: 1px red solid;
}

.inputdiv{
	float:left;
	clear:both;
	height:30px;
	text-align: center;
	line-height: 30px;
	padding:10px 10px;
	font-family:'Helvetica Neue', Helvetica, Verdana, sans-serif;
	color:#555;
	font-size:13x;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);
	background-color:#fff;
	border:1px solid;
	border-color:#CCCCCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.selectwidth100{
	width:100px;
}
.selectwidth80{
	width:80px;
}
.selectwidth120{
	width:120px;
}

.selectwidth150{
	width:150px;
}
.ta{
	padding: 10px 10px;
	width:750px;
}

.inputStyle{
	border: none;
	height:30px;
	text-align:left;
	vertical-align:middle;
	line-height: 30px;
}
.inputwidth100{
	width:100px;
}

.foot{
	border:0px solid black;
	height:97px;
	text-align: center;
	background-color:#E8E8E8;
	font-size:14px;
	color: #868686;
	line-height: 45px;
}
img{
 cursor: pointer;
}
a {font-size:14px}
a:link {color: #868686; text-decoration:none;}
a:active:{color: red; text-decoration:none; }
a:visited {color:purple;text-decoration:none;}
a:hover {color: #0000FF; text-decoration:none;}


/**  main   css   **/

.mainheader{
	border:0px solid black;
	height:246px;
}
.mainta{
	padding: 5px 5px;
	width:500px;
}

.mainselectdiv{
	height:20px;
	text-align: center;
	line-height: 40px;
	padding:8px 8px;
	font-family:'Helvetica Neue', Helvetica, Verdana, sans-serif;
	color:#555;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);
	background-color:#fff;
	border:1px solid;
	border-color:#CCCCCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.mainselectStyle{
	border: none;
	position:relative;             
	top:-10%;
}

.maincenter_body{
	border:0px solid black;
	height:765px;
	font-size:12px;
	font-weight:bold;
}
.button_table {
	width : 1100px;
	text-align: center;
	padding: 20px 20px 20px 20px;
}
.button_table table{
}