
/*弹窗用的到CSS*/
/*弹窗函数样式*/
#wstatus { position:fixed; left:200px; top:400px; width:auto; height:38px; line-height:38px; 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(images/ico.png) no-repeat left top; }
#wstatus .wstatus_s2 {  background:url(images/ico.png) no-repeat left bottom; }
#wstatus .wstatus_s3 {  background:url(images/loading.gif) no-repeat center; }
#wstatus .wstatus_s4 {  background:url(images/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:2000; position:fixed; left:0; top:0; }
/*CSS结束*/
