body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #141519;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input,form,select{
	padding:0;
	margin:0;
}
img{
	border:0;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
.tab1{
	background-image:url(http://image2.sina.com.cn/sms/hdtp/sc_zcxhzho/09ydyx/images/index_01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.tab2{
	background-image:url(http://image2.sina.com.cn/sms/hdtp/sc_zcxhzho/09ydyx/images/index_20.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.tab3{
	margin-bottom:8px;
}
.tab4{
	margin-top:12px;
}
.input1{
	width:90px;
	height:12px;
	text-align:left;
}
.input2{
	width:40px;
	height:12px;
	text-align:left;
}
.img1{
	margin-left:4px;
}
.img2{
	border:solid 2px #86878b;
}
.font1{
	line-height:20px;
}
.font2{
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}
.font3{
	font-weight:bold;
	line-height:22px;
}
.font4{
	line-height:18px;
}


.select * {
 margin: 0;
 padding: 0;
}
.select {
 border:0;
 float: left;
 display: inline;
 }
.select div {
 border:0;
 float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
 width:66px;
 height: 16px;
 overflow:hidden;
 }
 
/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
 display:block;
 float: left;
 margin: -2px;
}
.select div>select {
 display:block;
 width:70px;
 float:none;
 margin: -2px;
 padding: 0px;
}
.select:hover {
 border:0; //鼠标移上的效果 
}
.select select>option {
 text-indent: 2px; //option在FF等非IE浏览器缩进2px
}


