#wBox .wBox_b {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
  background-image:url(wbox3.gif);
  width:4px;

}

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

#wBox .wBox_popup {
  position: relative;
}

#wBox table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wBox td {
  border-bottom: 0;
  padding: 0;
}

#wBox .wBox_body {
   margin: 0 0px;
   background:url(alert_bg.jpg) 0 -2px repeat-x #ffffff;
   border:none;
}
#wBox img {
  border: 0;
  margin: 0;
}
#wBox .wBox_title {
  height:27px;
  color:#000000;
  width:100%;
  line-height: 27px;
  
}
#wBox .wBox_title .wBox_itemTitle{
    padding:0 0 0 12px;
    overflow:hidden;
    font-size:14px;
    font-weight:bold;
    color: #161515;
}
#wBox .wBox_title .wBox_close{
    background:url(alert_close.jpg) no-repeat 0 0;
    height:17px;
    width:17px;
    overflow:hidden;
    cursor:pointer;
}
#wBox .wBox_title .on{
    background-position:0 0px;
}
#wBox .wBox_tl, #wBox .wBox_tr, #wBox .wBox_bl, #wBox .wBox_br {
  height: 4px;
  width: 4px;
  overflow: hidden;
  background-image:url(wbox3.gif);
  padding: 0;
  filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

#wBox #wBoxContent{
    padding:12px;
}
#wBox_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
#wBox .wBox_load{
	width:270px;
}
.wBox_hide {
  z-index:-100;
}


.wBox_overlayBG {
  background-color: #999999;
  z-index: 99;
}

#wBox .tips { border-bottom: 1px dashed #989898; padding: 20px 10px 15px 15px; margin: 0 0 5px 0; }

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