/*通用样式*/
*{margin:0px;padding:0px;font-size:14px;text-decoration:none;font-family: '微软雅黑'}
select{vertical-align:middle;}
.red{color:red;}
.bluenum{color: #4b89dc;}
ul{list-style:none;}
a{text-decoration:none;color: #196dc4;}
a:hover{text-decoration:none;color:#FE4E04;}
img {border:none;}
span,a{font-size: inherit;}
.row {width:1000px;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.h5{height:5px;}
.h10{height:10px;}
.h20{height:20px;}
.w100{width:100px;}
.w415{width:415px;}
.w200{width:200px;}
.w240{width:240px;}
.w800{width:800px;}
div.cl{clear:both; height:0px; font-size:0px;}
select.snormal{
	color: #666666;
    font-size: 14px;
    padding: 4px 8px;
}
/*表单table*/
.formTable td{
	line-height:20px;
	padding:8px;
	font-size:14px;
}
.formTable .tbl{
	text-align:right;
	vertical-align:middle;
}
.formTable .tbfh{
	width:14px;
	vertical-align:top;
}
.formTable .submit_btn{
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:500;
}
span.help{
	background:url(../images/help_small_ico.png) no-repeat;
	width:14px;
	height:14px;
	display:inline-block;
}
span.help:hover{
	background:url(../images/help_small_ico_on.png) no-repeat;
}
/*表单table*/