/*css-reset 重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,cite,code,dfn,th,var{font-style:normal;font-weight:normal;} 
ol,ul{list-style:none;} 
caption,th {text-align:left;} 
body,input,select,textarea{font-size:12px;font-family:Tahoma, Geneva, sans-serif;}
q:before,q:after {content:'';} 
abbr,acronym{border:0;}  

/*全局通用库*/
body{background:#f4f4ec;}
.fl{float:left;}
.fr{float:right;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.tac{text-align:center!important;}
.vam{vertical-align:middle;}
.nobg{background:none;}
.nobor{border:0!important;}
.clear{clear:both;overflow:auto;*overflow:inherit;display:block;}
.cl{clear:left;}
.cr{clear:right;}

/*公用库*/
a{color:#000;text-decoration:none;}
a:hover{color:#bd2442;text-decoration:underline;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml15 a{color:#0000ff;margin-left:15px;text-decoration:underline;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs24{font-size:24px;}
.fwn{font-weight:normal;}
.fwb{font-weight:bold;}
.fcgray7{color:#777;}
.fcgreen{color:#329600;}
.fcorange{color:#ff6400;}
.fcred{color:#fa0000;}
.lh21{line-height:21px;}
.lh24{line-height:24px;}
.ti26{text-indent:26px;}
.tit_1{padding:0 10px;height:25px;line-height:25px;}
.tacenter th,
.tacenter td{text-align:center;}
select,
input.itext{
	height:23px;
	line-height:23px;
	border:1px solid #ccc;
	background:#fff;
	}
textarea{line-height:23px;border:1px solid #ccc;background:#fff;}
input.ibtn{padding:2px 5px;}

