style.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /***
  4. * uimaker
  5. * http://www.uimaker.com
  6. * e-mail: admin@uimaker.com
  7. */
  8. *{font-size:9pt;border:0;margin:0;padding:0;}
  9. body{font-family:'微软雅黑'; margin:0 auto;min-width:980px;}
  10. ul{display:block;margin:0;padding:0;list-style:none;height:auto;overflow:hidden;}
  11. li{display:block;margin:0;padding:0;list-style: none;height:auto;overflow:hidden;}
  12. img{border:0;}
  13. dl,dt,dd,span{margin:0;padding:0;display:block;}
  14. a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
  15. a:hover{color:#00a4ac;text-decoration:none;}
  16. table{border-collapse:collapse;border-spacing: 0;}
  17. cite{font-style:normal;}
  18. h2{font-weight:normal;}
  19. /*cloud*/
  20. #mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
  21. .cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.5;}
  22. #cloud2 {z-index:2;}
  23. /*login*/
  24. .logintop{height:47px; position:absolute; top:0; background:url(../images/loginbg1.png) repeat-x;z-index:100; width:100%;}
  25. .logintop span{color:#fff; line-height:47px; background:url(../images/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
  26. .logintop ul{float:right; padding-right:30px;}
  27. .logintop ul li{float:left; margin-left:20px; line-height:47px;}
  28. .logintop ul li a{color:#afc5d2;}
  29. .logintop ul li a:hover{color:#fff;}
  30. .loginbody{background:url(../images/loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
  31. .systemlogo{background:url(../images/loginlogo.png) no-repeat center;width:100%; height:71px; margin-top:75px;}
  32. .loginbox{width:692px; height:336px; background:url(../images/logininfo.png) no-repeat; margin-top:30px;}
  33. .loginbox ul{margin-top:88px; margin-left:285px;}
  34. .loginbox ul li{margin-bottom:25px;}
  35. .loginbox ul li label{color:#687f92; padding-left:25px;}
  36. .loginbox ul li label a{color:#687f92;}
  37. .loginbox ul li label a:hover{color:#3d96c9;}
  38. .loginbox ul li label input{margin-right:5px;}
  39. .loginuser{width:299px; height:48px; background:url(../images/loginuser.png) no-repeat; border:none; line-height:48px; padding-left:44px; font-size:14px; font-weight:bold;}
  40. .loginpwd{width:299px; height:48px; background:url(../images/loginpassword.png) no-repeat; border:none;line-height:48px; padding-left:44px; font-size:14px; color:#90a2bc;}
  41. .loginbtn{width:111px;height:35px; background:url(../images/buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;}
  42. .loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
  43. .loginbm a{font-weight:bold;color:#0b3a58;}
  44. .loginbm a:hover{color:#fff;}
  45. /*top.html*/
  46. .header{height:88px;}
  47. .topleft{height:88px;background:url(../images/topleft.jpg) no-repeat;float:left; width:300px;}
  48. .topleft img{margin-top:12px;margin-left:10px;}
  49. .topright{height:88px;background:url(../images/topright.jpg) no-repeat right;float:right;}
  50. .nav{float:left;}
  51. .nav li{float:left;width:87px;height:88px; text-align:center;}
  52. .nav li a{display:block;width:87px;height:88px;-moz-transition: none; transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -webkit-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; }
  53. .nav li a.selected{background:url(../images/navbg.png) no-repeat;}
  54. .nav li a:hover{display:block;background:#000;color:#fff;background: none repeat scroll 0% 0% rgb(43, 127, 181);}
  55. .nav li img{margin-top:10px;}
  56. .nav li a{display:block;}
  57. .nav a h2{font-size:14px;color:#d6e8f1;}
  58. .nav a:hover h2{color:#fff;}
  59. .topright ul{padding-top:15px; float:right; padding-right:12px;}
  60. .topright ul li{float:left; padding-left:9px; padding-right:9px; background:url(../images/line.gif) no-repeat right;}
  61. .topright ul li:last-child{background:none;}
  62. .topright ul li a{font-size:13px; color:#e9f2f7;}
  63. .topright ul li a:hover{color:#fff;}
  64. .topright ul li span{margin-top:2px;float:left;padding-right:3px;}
  65. .user{height:30px;background:url(../images/ub1.png) repeat-x;clear:both;margin-top:10px;float:right; margin-right:12px;border-radius:30px; behavior:url(js/pie.htc); white-space:nowrap;position:relative;}
  66. .user span{display:inline-block;padding-right:10px; background:url(../images/user.png) no-repeat 15px 10px; line-height:30px; font-size:14px;color:#b8ceda; padding-left:20px; padding-left:35px;}
  67. .user b{display:inline-block;width:20px;height:18px; background:url(../images/msg.png);text-align:center; font-weight:normal; color:#fff;font-size:14px;margin-right:13px; margin-top:7px; line-height:18px;}
  68. .user i{display:inline-block;margin-right:5px;font-style:normal;line-height:30px; font-size:14px;color:#b8ceda;}
  69. /*left.html*/
  70. .lefttop{background:url(../images/lefttop.gif) repeat-x;height:40px;color:#fff;font-size:14px;line-height:40px;}
  71. .lefttop span{margin-left:8px; margin-top:10px;margin-right:8px; background:url(../images/leftico.png) no-repeat; width:20px; height:21px;float:left;}
  72. .leftmenu{width:187px;padding-bottom: 9999px;margin-bottom: -9999px; overflow:hidden; background:url(../images/leftline.gif) repeat-y right;}
  73. .leftmenu dd{background:url(../images/leftmenubg.gif) repeat-x;line-height:35px;font-weight:bold;font-size:14px;border-right:solid 1px #b7d5df;}
  74. .leftmenu dd span{float:left;margin:10px 8px 0 12px;}
  75. .leftmenu dd .menuson{display:none;}
  76. .leftmenu dd:first-child .menuson{display:block;}
  77. .menuson {line-height:30px; font-weight:normal; }
  78. .menuson li{cursor:pointer;}
  79. .menuson li.active{position:relative; background:url(../images/libg.png) repeat-x; line-height:30px; color:#fff;}
  80. .menuson li cite{display:block; float:left; margin-left:32px; background:url(../images/list.gif) no-repeat; width:16px; height:16px; margin-top:7px;}
  81. .menuson li.active cite{background:url(../images/list1.gif) no-repeat;}
  82. .menuson li.active i{display:block; background:url(../images/sj.png) no-repeat; width:6px; height:11px; position:absolute; right:0;z-index:10000; top:9px; right:-1px;}
  83. .menuson li a{ display:block; *display:inline; *padding-top:5px;}
  84. .menuson li.active a{color:#fff;}
  85. .title{cursor:pointer;}
  86. /*right.html*/
  87. .place{height:40px; background:url(../images/righttop.gif) repeat-x;}
  88. .place span{line-height:40px; font-weight:bold;float:left; margin-left:12px;}
  89. .placeul li{float:left; line-height:40px; padding-left:7px; padding-right:12px; background:url(../images/rlist.gif) no-repeat right;}
  90. .placeul li:last-child{background:none;}
  91. .rightinfo{padding:8px;}
  92. .tools{clear:both; height:35px; margin-bottom:8px;}
  93. .toolbar{float:left;}
  94. .toolbar li{background:url(../images/toolbg.gif) repeat-x; line-height:33px; height:33px; border:solid 1px #d3dbde; float:left; padding-right:10px; margin-right:5px;border-radius: 3px; behavior:url(js/pie.htc); cursor:pointer;}
  95. .toolbar li span{float:left; margin-left:10px; margin-right:5px; margin-top:5px;}
  96. .toolbar1{float:right;}
  97. .toolbar1 li{background:url(../images/toolbg.gif) repeat-x; line-height:33px; height:33px; border:solid 1px #d3dbde; float:left; padding-right:10px; margin-left:5px;border-radius: 3px; behavior:url(js/pie.htc);}
  98. .toolbar1 li span{float:left; margin-left:10px; margin-right:5px; margin-top:5px;}
  99. .tablelist{border:solid 1px #cbcbcb; width:100%; clear:both;white-space:nowrap;}
  100. .tablelist th{background:url(../images/th.gif) repeat-x; height:34px; line-height:34px; border-bottom:solid 1px #b6cad2; text-indent:11px; text-align:left;}
  101. .tablelist td{line-height:35px; text-indent:11px; border-right: dotted 1px #c7c7c7;}
  102. .tablelink{color:#056dae;}
  103. .tablelist tbody tr.odd{background:#f5f8fa;}
  104. .tablelist tbody tr:hover{background:#e5ebee;}
  105. .sort{padding-left:3px;}
  106. /*page*/
  107. .pagin{position:relative;margin-top:10px;padding:0 12px;height:35px;}
  108. .pagin .blue{color:#056dae;font-style:normal;}
  109. .pagin .paginList{position:absolute;right:12px;top:0;}
  110. .pagin .paginList .paginItem{float:left;}
  111. .pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
  112. .pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
  113. .pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
  114. .pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
  115. .pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
  116. .pagin .paginList .paginItem:hover{background:#f5f5f5;}
  117. .pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
  118. .pagin .paginList .paginItem.more:hover{background:#FFF;}
  119. .pagin .paginList .paginItem.more a{color:#737373;}
  120. .pagepre{background:url(../images/pre.gif) no-repeat center center; width:31px; height:28px;}
  121. .pagenxt{background:url(../images/next.gif) no-repeat center center; width:31px; height:28px;}
  122. .pagepre_highlight{background:url(../images/pre_highlight.gif) no-repeat center center; width:31px; height:28px;}
  123. .pagenxt_highlight{background:url(../images/next_highlight.gif) no-repeat center center; width:31px; height:28px;}
  124. /*index*/
  125. .mainindex{padding:20px; overflow:hidden;}
  126. .welinfo{height:32px; line-height:32px; padding-bottom:8px;}
  127. .welinfo span{float:left;}
  128. .welinfo b{padding-left:8px;}
  129. .welinfo a{padding-left:15px;color:#3186c8;}
  130. .welinfo a:hover{color:#F60;}
  131. .welinfo i{font-style:normal; padding-left:8px;}
  132. .xline{border-bottom:solid 1px #dfe9ee; height:5px;}
  133. .iconlist{padding-left:40px; overflow:hidden;}
  134. .iconlist li{text-align:center; float:left; margin-right:25px; margin-top:25px;}
  135. .iconlist li p{line-height:25px;}
  136. .ibox{clear:both; padding-left:40px; padding-top:18px; overflow:hidden; padding-bottom:18px;}
  137. .ibtn{background:url(../images/ibtnbg.png) repeat-x;border:solid 1px #bfcfe1; height:23px; line-height:23px; display:block; float:left; padding:0 15px; cursor:pointer;}
  138. .ibtn img{margin-top:5px; float:left; padding-right:7px;}
  139. .box{height:15px;}
  140. .infolist{padding-left:40px; padding-bottom:15px;}
  141. .infolist li{ line-height:25px; height:25px; margin-bottom:8px;}
  142. .infolist li span{float:left; display:block; margin-right:10px;}
  143. .uimakerinfo{padding-left:40px; background:url(../images/search.png) no-repeat 10px 15px; padding-top:15px; padding-bottom:20px;}
  144. .umlist{padding-left:40px;}
  145. .umlist li{float:left; background:url(../images/ulist.png) no-repeat 0 3px; padding-left:10px; margin-right:15px;}
  146. /*default*/
  147. .mainbox{padding:8px;position:relative;}
  148. .mainleft{padding-right:298px;}
  149. .leftinfo{border:#d3dbde solid 1px; height:290px;}
  150. .mainright{width:298px;position:absolute; top:8px; right:8px;}
  151. .dflist{border:#d3dbde solid 1px; width:288px; height:290px; float:right;}
  152. .dflist1{border:#d3dbde solid 1px; width:288px; height:238px; float:right; margin-top:8px;}
  153. .listtitle{background:url(../images/tbg.png) repeat-x; height:36px; line-height:36px; border-bottom:solid 1px #d3dbde; text-indent:14px; font-weight:bold; font-size:14px;}
  154. .more1{float:right; font-weight:normal;color:#307fb1; padding-right:17px;}
  155. .maintj{text-align:center;}
  156. .newlist{padding-left:14px; padding-top:15px;}
  157. .newlist li{line-height:25px; background:url(../images/list2.png) no-repeat 0px 8px; text-indent:11px;}
  158. .newlist i{width:80px; display:block; float:left; font-style:normal;}
  159. .newlist b{font-weight:normal; color:#7b7b7b; padding-left:10px;}
  160. .leftinfos{height:238px;margin-top:8px;}
  161. .infoleft{border:#d3dbde solid 1px; float:left;height:238px;}
  162. .inforight{border:#d3dbde solid 1px; float:right;height:238px; }
  163. .tooli{padding:30px 20px;}
  164. .tooli li{float:left;padding-left:15px; padding-right:15px;margin-bottom:20px;}
  165. .tooli li span{text-align:center;}
  166. .tooli li p{line-height:35px; text-align:center;}
  167. /*form*/
  168. .formbody{padding:10px 18px;}
  169. .formtitle{border-bottom:solid 1px #d0dee5; line-height:35px; position:relative; height:35px; margin-bottom:28px;}
  170. .formtitle span{font-weight:bold;font-size:14px; border-bottom:solid 3px #66c9f3;float:left; position:absolute; z-index:100; bottom:-1px; padding:0 3px; height:30px; line-height:30px;}
  171. .forminfo{padding-left:23px;}
  172. .forminfo li{margin-bottom:13px; clear:both;}
  173. .forminfo li label{width:86px;line-height:34px; display:block; float:left;}
  174. .forminfo li i{color:#7f7f7f; padding-left:20px; font-style:normal;}
  175. .forminfo li cite{display:block; padding-top:10px;}
  176. .dfinput{width:345px; height:32px; line-height:32px; border-top:solid 1px #a7b5bc; border-left:solid 1px #a7b5bc; border-right:solid 1px #ced9df; border-bottom:solid 1px #ced9df; background:url(../images/inputbg.gif) repeat-x; text-indent:10px;}
  177. .dfinputmin{width:200px; height:20px; line-height:20px; border-top:solid 1px #a7b5bc; border-left:solid 1px #a7b5bc; border-right:solid 1px #ced9df; border-bottom:solid 1px #ced9df; background:url(../images/inputbg.gif) repeat-x; text-indent:10px;}
  178. .textinput{border-top:solid 1px #a7b5bc; border-left:solid 1px #a7b5bc; border-right:solid 1px #ced9df; border-bottom:solid 1px #ced9df; background:url(../images/inputbg.gif) repeat-x; padding:10px; width:504px; height:135px; line-height:20px; overflow:hidden;}
  179. .btn{width:137px;height:35px; background:url(../images/btnbg.png) no-repeat; font-size:14px;font-weight:bold;color:#fff; cursor:pointer;}
  180. /*tip*/
  181. .tip{width:485px; height:260px; position:absolute;top:10%; left:30%;background:#fcfdfd;box-shadow:1px 8px 10px 1px #9b9b9b;border-radius:1px;behavior:url(js/pie.htc); display:none; z-index:111111;}
  182. .tiptop{height:40px; line-height:40px; background:url(../images/tcbg.gif) repeat-x; cursor:pointer;}
  183. .tiptop span{font-size:14px; font-weight:bold; color:#fff;float:left; text-indent:20px;}
  184. .tiptop a{display:block; background:url(../images/close.png) no-repeat; width:22px; height:22px;float:right;margin-right:7px; margin-top:10px; cursor:pointer;}
  185. .tiptop a:hover{background:url(../images/close1.png) no-repeat;}
  186. .tipinfo{padding-top:30px;margin-left:65px; height:95px;}
  187. .tipinfo span{width:95px; height:95px;float:left;}
  188. .tipright{float:left;padding-top:15px; padding-left:10px;}
  189. .tipright p{font-size:14px; font-weight:bold; line-height:35px;}
  190. .tipright cite{color:#858686;}
  191. .tipbtn{margin-top:25px; margin-left:125px;}
  192. .sure ,.cancel{width:96px; height:35px; line-height:35px; color:#fff; background:url(../images/btnbg1.png) repeat-x; font-size:14px; font-weight:bold;border-radius: 3px; cursor:pointer;}
  193. .cancel{background:url(../images/btnbg2.png) repeat-x;color:#000;font-weight:normal;}
  194. /*tools*/
  195. .toolsli{clear:both; overflow:hidden; margin-bottom:20px;}
  196. .toollist{margin-left:20px; overflow:hidden; float:left;}
  197. .toollist li{width:66px; text-align:center; float:left; margin-right:32px;}
  198. .toollist li a{width:65px; height:65px; background:#fafbfb; border-right:solid 1px #dbdbdb;border-bottom:solid 1px #dbdbdb; display:block;}
  199. .toollist li a:hover{background:#eef4f7;border-right:solid 1px #d0d5d7;border-bottom:solid 1px #d0d5d7;}
  200. .toollist li h2{line-height:35px;}
  201. .tooladd{margin-top:25px; width:20px; height:20px; float:left; display:block;}
  202. /*error 404*/
  203. .error{background:url(../images/error.png) no-repeat; width:490px; height:220px;margin-top:75px;}
  204. .error404{background:url(../images/404.png) no-repeat; width:490px; height:220px;margin-top:75px;padding-top:65px;}
  205. .error h2{font-size:22px; padding-left:154px;}
  206. .error p{padding-left:154px; line-height:35px;color:#717678;}
  207. .reindex{padding-left:154px;}
  208. .reindex a{width:115px; height:35px; font-size:14px; font-weight:bold; color:#fff; background:#3c95c8; display:block; line-height:35px; text-align:center;border-radius: 3px; behavior:url(js/pie.htc);margin-top:20px;}
  209. /*computer*/
  210. .comtitle{padding:20px; clear:both;}
  211. .comtitle span{width:10px;height:10px; background:url(../images/clist.png) no-repeat; float:left; background:#fff; padding-top:3px;}
  212. .comtitle h2{font-size:14px; display:block; float:left;color:#2a3e93; background:#fff; padding-left:5px; padding-right:8px;}
  213. .rline{border-bottom:solid 1px #e5ecf0; height:10px; margin-left:50px;}
  214. .disklist{padding-left:20px; padding-right:20px;}
  215. .disklist li{width:275px;_width:270px;float:left; margin-right:10px;px;height:70px; cursor:pointer; margin-bottom:5px;border:solid 1px #fff;}
  216. .disklist li a{color:#000;}
  217. .disklist li:hover{background:#fcfcfc; border:solid 1px #e5ecf0;}
  218. .dleft{background:url(../images/c02.png) no-repeat; height:50px; margin-left:12px; float:left; width:50px; margin-top:15px;}
  219. .dleft1{background:url(../images/c01.png) no-repeat; height:50px; margin-left:12px; float:left; width:50px; margin-top:15px;}
  220. .dleft2{background:url(../images/c03.png) no-repeat; height:50px; margin-left:12px; float:left; width:50px; margin-top:15px;}
  221. .dright{float:left; margin-left:10px; margin-top:5px;}
  222. .dright h3{font-weight:normal; padding-top:15px;}
  223. .dright p{color:#949494;}
  224. .dinfo{width:189px;height:15px; background:url(../images/diskbg.png) no-repeat; margin-top:5px; margin-bottom:5px;}
  225. .dinfo span{background:url(../images/cbg.png) repeat-x; height:15px;}
  226. .filetable{width:100%;}
  227. .filetable thead tr{background:#f5f9fb; line-height:35px;}
  228. .filetable thead tr th{text-align:left; text-indent:15px;font-weight:normal;color:#597190;}
  229. .filetable tbody tr td{text-indent:15px; line-height:23px;}
  230. .filetable tbody tr td img {margin-right:5px;}
  231. .tdlast{text-align:right;}
  232. .filetable tbody tr:hover{background:#f5f8fa; cursor:pointer;}
  233. /*imglist*/
  234. .imglist{clear:both; overflow:hidden; margin-bottom:20px; margin-left:5px;}
  235. .imglist li{width:188px; border:solid 1px #fff;height:199px;float:left; margin-right:8px; margin-bottom:10px; cursor:pointer;}
  236. .imglist li:hover{border:solid 1px #d7e4ea;}
  237. .imglist li span{width:168px; height:126px; margin:8px;}
  238. .imglist li h2{text-align:center; line-height:25px;}
  239. .imglist li p{text-align:center; line-height:17px; background:url(../images/line1.png) center center no-repeat;}
  240. .imglist li p a{color:#1f7cb6;}
  241. .imglist li p a:hover{color:#F60;}
  242. /*imgtable*/
  243. .imgtable{width:100%;border:solid 1px #cbcbcb; }
  244. .imgtable th{background:url(../images/th.gif) repeat-x; height:34px; line-height:34px; border-bottom:solid 1px #b6cad2; text-indent:21px; text-align:left;}
  245. .imgtable td{line-height:20px; text-indent:21px; border-right: dotted 1px #c7c7c7;}
  246. .imgtable td img{margin:10px 20px 10px 0;}
  247. .imgtable td p{color:#919191;}
  248. .imgtable td i{font-style:normal; color:#ea2020;}
  249. .imgtd{text-indent:0;}
  250. .imgtable tbody tr.odd{background:#f5f8fa;}
  251. .imgtable tbody tr:hover{background:#e5ebee;}
  252. /*tab*/
  253. .itab{height:36px; border-bottom:solid 1px #d0dee5; position:relative; border-left:solid 1px #d3dbde;}
  254. .itab ul li{float:left;height:37px; line-height:37px; background:url(../images/itabbg.png) repeat-x; border-right:solid 1px #d3dbde;}
  255. .itab ul li a{font-size:14px; color:#000; padding-left:25px; padding-right:25px;}
  256. .itab ul li a.selected{ height:37px; display:block; background:url(../images/itabbg1.png) repeat-x; font-weight:bold;}
  257. .tabson{margin:18px 0px;}
  258. .formtext{height:45px; padding-left:25px; line-height:20px; color:#848383;}
  259. .formtext b{color:#d70101;}
  260. .forminfo b{color:#ea2020; padding-left:3px;}
  261. /*class*/
  262. .classlist li{float:left;margin-right:10px;margin-bottom:10px;padding:12px;border:1px solid #ebebeb; background:#fcfcfc;}
  263. .classlist li:hover{border:1px solid #3eafe0; cursor:pointer;}
  264. .classlist li span{float:left;margin-right:18px;border:3px solid #fff;}
  265. .classlist li .lright{float:left;width:150px;}
  266. .classlist li .lright h2{font-size:12px; font-weight:bold;line-height:30px;}
  267. .classlist li .lright p{line-height:20px;}
  268. .enter{display:block;margin-top:5px;width:94px;height:30px;color:#fff;background:#3eafe0;font-weight:bold; border-radius:2px; text-align:center;line-height:30px; cursor:pointer;}
  269. .enter:hover{color:#fff; background:#d98c1d;}
  270. .clear{clear:both;}
  271. /*seachform*/
  272. .seachform{ height:42px;}
  273. .seachform li{float:left; margin-right:15px;}
  274. .seachform li label{padding-right:10px; float:left; line-height:32px;}
  275. .scinput{width:150px; height:32px; line-height:32px; border-top:solid 1px #a7b5bc; border-left:solid 1px #a7b5bc; border-right:solid 1px #ced9df; border-bottom:solid 1px #ced9df; background:url(../images/inputbg.gif) repeat-x; text-indent:10px;}
  276. .scbtn{width:85px;height:35px; background:url(../images/btnbg.png) no-repeat center; font-size:14px;font-weight:bold;color:#fff; cursor:pointer;border-radius:3px; behavior:url(js/pie.htc);}
  277. span.inner{display:inline;}
  278. .display_left{float:left;display:block;margin:5px 0px;}
  279. .forminfo li label.w160{width:160px;}
  280. .red{color:red;}
  281. .bold{font-weight:bold;}
  282. .input_error{border-color:red;}
  283. .overflow-auto{overflow:auto;}