.fl {
	float:left;
	display:inline;
	}
.fr {
	float:right;
	display:inline;
	}
.f12 {
	font-size:12px;
	}
.f14 {
	font-size:14px;
	}
.f_st {
	font-family: SimSun;
	}
.f_yh {
	font-family: Microsoft YaHei;
	}
.fw_b {
	font-weight:bold;
	}
.fw_n {
	font-weight:normal;
	}
.clear {
	height:0px;
	line-height:0px;
	font-size:0;
	overflow:hidden;
	clear:both;
	}

.c1 {
	color:#ff0000;
	}


.text_input1 {
	background:#fff;
	border:1px solid #afafaf;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	width:165px;
	height:28px;
	line-height:28px;
	padding:0 3px;
	color:#737373;
	}
	
	
.textarea1 {
	border:1px solid #afafaf;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	width:524px;
	height:120px;
	line-height:18px;
	padding:6px 3px;
	color:#737373;
	}


.button_tj {
	background:url(../images/button_tj_a.jpg) no-repeat;
	border:none;
	width:100px;
	height:37px;
	font-size:0;
	cursor:pointer;
	}
.button_tj:hover {
	background:url(../images/button_tj_b.jpg) no-repeat;
	border:none;
	width:100px;
	height:37px;
	font-size:0;
	cursor:pointer;
	}