/*弹窗用的到CSS*/
/*弹窗函数样式*/
#wstatus { position:fixed; top:400px; width:auto;line-height:38px; background:#fff; border:solid 4px #e5e5e5; padding:10px; z-index:9999;border-radius: 3px; }
#wstatus .wstatus_s { float: left;
    height: 25px;
    width: 25px;}
#wstatus .wstatus_s1 {  background:url(../Img/ico.png) no-repeat left top/ 25px auto; }
#wstatus .wstatus_s2 {  background:url(../Img/ico.png) no-repeat left bottom/ 25px auto; }
#wstatus .wstatus_s3 {  background:url(../Img/loading.gif) no-repeat center/ 25px auto; }
#wstatus .wstatus_s4 {  background:url(../Img/ico.png) no-repeat left -25px/ 25px auto; }
#wstatus .wstatus_f { 
	color: #333;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    max-width: 500px;
    padding: 0 6px 0 35px;
    text-align: left;}
/*遮照*/
#bremove { width:100%; height:100%; background:#000; opacity:0.5; filter:alpha(opacity=50); z-index:9998; position:fixed; left:0; top:0; }
/*CSS结束*/