#wBox {position: absolute; top: 0; left: 0; z-index: 100; text-align: left; display:none; font-size: 12px;}

#wBox table,#wBox td,#wBox tr{margin: 0;padding: 0;border: none;}

#wBox img {border: 0; margin: 0; }
#wBox .wBox_title {height:28px; line-height: 28px; color:#000000; background:url(titleBG.png) repeat-x; }
#wBox .wBox_title .wBox_itemTitle{padding-left:5px; overflow:hidden; font-size:14px; font-weight:bold; }
#wBox .wBox_title .wBox_close{float: right; background:url(../images/close.png) no-repeat; height:14px; width:14px; margin:7px 7px 0 0; overflow:hidden; cursor:pointer; }
#wBox .wBox_title .on{background-position:0 -14px; }
#wBox .wBox_popup {
  position: relative;
  background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#77000000 ', endColorstr='#77000000 ');
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#wBox .wBox_popup .wBox_body {background-color:#fff; border:1px solid #000; }

#wBox .wBox_popup #wBoxContent{padding:3px; }

#wBox_overlay {position: absolute; top: 0; left: 0; height:100%; width:100%; background-color: #000; z-index: 99; }
#wBox .wBox_load{width:270px; }

#wBox #wBox_loading{width:32px;height:32px;margin:0 auto; }

#wBox .wBox_alert{padding: 0;background-color:#ffffff; border:1px solid #999; border:1px solid rgba(0, 0, 0, 0.3); *border:1px solid #999; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box; }
#wBox .wBox_alert #wBoxContent { overflow: hidden;*zoom:1;padding: 10px;white-space: nowrap;line-height: 30px;}
#wBox .wBox_alert .ico{ float: left; width:30px; height:30px; background: url(../images/xubox_ico0.png) 0 0 no-repeat;margin-right: 5px;}
#wBox .wBox_alert .ico-succeed{ background-position:-163px -6px; }
#wBox .wBox_alert .ico-warn{ background-position:-91px -73px; }
#wBox .wBox_alert .ico-error{ background-position:-91px -6px; }

