/*绿色按钮*/
.bt{ color:#ffffff; font-weight:bold; font-size:12px; text-decoration:none ; border:solid #3B6E22 1px; background:#67A54B; text-align:center; margin-top:3px; padding:3px; margin-left:0px; cursor:pointer}
.bt:hover{  background:#f7f7f7; color:#67A54B}
.bt:hover a{  color:#67A54B}
.bt a{ text-decoration:none; color:#FFFFFF}
.bt a:hover{color:#67A54B;}
/*红色按钮*/
.bt2{ color:#ff0000; font-weight:bold; font-size:12px; text-decoration:none ; border:solid #ff0000 1px; background:#FEF6F3; text-align:center; margin-top:3px; padding:3px; margin-left:0px; cursor:pointer}
.bt2:hover{  background:#f7f7f7; color:#ff0000}
.bt2:hover a{  color:#FEF6F3}
.bt2 a{ text-decoration:none; color:#ff0000}
.bt2 a:hover{color:#FEF6F3;}


/*标准输入框*/
.input{ background:#FFF8CC; border:#cccccc solid 1px;}
.input2{ background:#FEF2EE; border:#cccccc solid 1px;}
.input3{ background:#f7f7f7; border:#cccccc solid 1px;}

/*标准层*/
.block{ background:#f7f7f7; border:#CCCCCC solid 1px; width:400px; height:300px;}

/*高亮层*/
.highlight{ background:#FAF9EE; border:#FCEFA1 solid 1px; width:400px; height:20px; padding:10px; font-size:12px; font-weight:bold; text-align:center}
.error{ background:#FEF6F3; border:#CD0A0A solid 1px; width:400px; height:20px; padding:10px; font-size:12px; font-weight:bold; text-align:center; color:#CD0A0A; margin-bottom:2px;}
table tr td,th{ background:; font-size:12px;}
/*表格*/
.tablefm{ background:#999999}
.tablefm tr td{ background:#FFFFFF}
.tablefm tr th{ background:#FFFFFF}

/*字体颜色*/
.ft_red_bold{ color:#FF0000; font-weight:bold}