

#wBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  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 {
   background-color:#ffffff;
   /**�޸ı߿���ɫ**/
   border: 2px solid #AE0204;
}

#wBox img {
  border: 0;
  margin: 0;
}
#wBox .wBox_title {
  line-height: 34px;
  height: 34px;
  color:#000000;
  width:100%;
   /**�޸ı��ⱳ��ͼƬ**/
  background:url(/images/bj_01.gif) repeat-x;
}
#wBox .wBox_title .wBox_itemTitle{
    padding-left:15px;
    overflow:hidden;
	font-size:14px;
	font-weight:bold;
  	color: #fff
}
#wBox .wBox_title .wBox_close{
    background:url(/js-lib/wbox/images/close.png) no-repeat 0 0;
    height:14px;
    width:14px;
    overflow:hidden;
    cursor:pointer;
}
#wBox .wBox_title .on{
    background-position:0 -14px;
}


#wBox #wBoxContent{
	padding:3px;
}
#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: #FFF;
  z-index: 99;
}
#wBox #wBox_loading{
	width:32px;height:32px;margin:0 auto;
}