/*============可调用==============*/
.txt_left { text-align: left }
.txt_right { text-align: right }
.txt_center { text-align: center }
.floatleft { float: left }
.floatright { float: right }
.bold { font-weight: bold }
.normal { font-weight: normal }
.size14 { font-size:14px }
.pointer { cursor: pointer }
.cur_default { cursor: default }
.underline { text-decoration: underline }
.nounderline { text-decoration: none }
.black { color: #000 }
.blue { color:blue; }
.red { color:red; }
.yellow { background:#fcf9f4; }
.orange { color:#ff6600;}
.disabledcolor{ color:#999}
.linkColor { color:#155fbe; text-decoration:none; }
.linkColor:hover { color:#417fcd; }
.nowrap { white-space: nowrap }
.tablenowrap td, .tablenowrap th { white-space: nowrap }
.breakword { word-break:break-all;word-wrap : break-word;}
.noime { ime-mode: disabled }
.clearall { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }
.noborder { border-width:0 }
.pos { position:relative; z-index:99 }
.border_01 { border:1px solid #B0CBE0; margin-bottom:4px; }
.have { color:green; font-weight:bold; }
.non { color:red; font-weight:bold; }
.after:after { content:"."; display:block; visibility:hidden; height:0; clear:both; }
.mr0{ margin-right:0px}
.ml0{ margin-left:0px}
/*=========普通输入框yyl==========*/
.text_nor { height:19px; line-height:19px; padding:0 2px; background:#fff; vertical-align:middle; border:1px solid #B9CDE7; }
.text_nor:hover { border:1px solid #cbcac3; background:url(../images/text_nor.gif) repeat-x left bottom; }
/*======大型输入框=====*/
.text_nor01 { padding:7px 2px; background:#fff url(../images/blue/text_nor01.gif) repeat-x left top; vertical-align:middle; border:1px solid #7B899B; }
.text_nor01:hover { border:1px solid #7B899B; background:#FEFFDD; }
/*=========无边框输入框sj==========*/
.input_noborder { height:19px; line-height:19px; padding:0 2px; background:#fff; vertical-align:middle; border:none; }
/*=========无边框文本域sj==========*/
.textarea_nobor { border:none; background:#fff; padding:0 2px; line-height:19px; overflow:auto; }
/*=========只有黑色下边线的输入框yyl==========*/
.text_unline { height:19px; line-height:19px; padding:0 2px; vertical-align:middle; border:0; border-bottom:1px solid #000000; background:transparent; }
/*=========无边框线的输入框yyl==========*/
.text_nobor { height:19px; line-height:19px; padding:0 2px; vertical-align:middle; border:none; background:transparent; }
