﻿/*弹窗用的到CSS*/
/*弹窗函数样式*/
#wstatus { position:fixed; left:200px; top:400px; width:auto; height:55px; line-height:35px;   background:#fff; border:solid 4px #e5e5e5; padding:5px; z-index:9999 }
#wstatus .wstatus_s { width:38px; height:38px; float:left; }
#wstatus .wstatus_s1 {  background:url(ico.png) no-repeat left top; }
#wstatus .wstatus_s2 {  background:url(ico.png) no-repeat left bottom; }
#wstatus .wstatus_s3 {  background:url(loading.gif) no-repeat center; }
#wstatus .wstatus_s4 {  background:url(ico.png) no-repeat left -38px; }
#wstatus .wstatus_f { padding:0 6px 0 6px; text-align:left; font-size:14px; color:#333; font-family:"微软雅黑"; }
/*遮照*/
#bremove { width:100%; height:100%; background:#000; opacity:0.3; filter:alpha(opacity=30); z-index:900; position:fixed; left:0; top:0; }
/*CSS结束*/
body .span { display:block; width:120px; height:34px; line-height:34px;  background:#390; margin:20px 0 0 100px; color:#fff; text-align:center; font-family:"微软雅黑"; font-size:14px; }
body .span:hover { background:#360; cursor:pointer; }