#BP_overlay {
  background-image: url('images/overlay.png'); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1500000;
  width:  100%;
  height: 100%;
}

* html #BP_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#BP_window {
  top: 0px;
  left: 0px;
  position: fixed;
  background: transparent;
  background-image: URL('images/PartnerBackground.gif');
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  width: 400px;
  height: 400px;
  z-index: 1550000;
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
}

#BP_frame {
  border: 0;
  overflow: hidden;
  width: 782px;
  height: 557px;
  margin: 3px 0 0 -7px;
  background-color: Transparent;
}

#BP_caption 
{
  display: none;
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#imgBP_Close {
  position: absolute;
  top: 55px;
  right: 33px;
  cursor: pointer;
  cursor: hand;
}

#BP_CloseBtn2
{
  background-image: URL('images/ButtonBackground.gif');
  background-position: right top;
  background-repeat: no-repeat;  
  position: absolute;
  top: 486px;
  height: 50px;
  width: 400px;
  right: 60px;
  z-index: 1575000;
  display: none;  
}

#imgBP_CloseButton
{
    display: inline;
    position: relative;
    float: right;
    top: 4px;
    right: 25px;
    cursor: pointer;
    cursor: hand;
}