#GB_overlay {
  display:none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

* html #GB_overlay {
  display:none;
}

#GB_window {
  top: 22px;
  left: 0;
  position: absolute;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  border-top: 0;
  overflow: hidden;
  z-index: 150;
}

#GB_frame {
  border:0;
  overflow: hidden;
}

#GB_header {
  margin: 0;
  top: 0;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  height: 22px;
  position: absolute;
  background-color: #000000;
  z-index: 151;
}

#GB_caption {
  font-family:Tahoma, "Courier New", Verdana;
  font-size: 12px;
  color: #fff;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 2px 5px 0 0;
  float: right;
  cursor: pointer;
  cursor: hand;
}

