#GB_overlay {
  background-image: url('../media/overlay.png'); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url('../media/blank.gif');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  height: 16px;
  font: 12px bold helvetica, verdana, sans-serif;
  line-height: 16px;
  color: #fff;
  background: #888;
  padding: 0 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_window p.close {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 16px;
  font: 12px bold helvetica, verdana, sans-serif;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}


