.wbpopad_overlay {
  background-color:#000;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index:100;
}
.wbpopad_container {
  background-color:#FFF;
  z-index:110;
}
.wbpopad_frame {
  position:absolute;
  top:0px;
  left:0px;
}
.wbpopad_button_close {
  position:absolute;
  top:5px;
  right:5px;
  width:30px;
  height:30px;
}
.wbpopad_button_close a {
  display:block;
  background:url(button-close-focus.gif) center center no-repeat;
  width:30px;
  height:30px;
}

