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

#GB_window {
  top: 22px;
  left: 0;
  position: absolute;
  background-color: #000;
  border: 0px solid #000;
  border-top: 0;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: hidden;
  background-color: #000;
}

#GB_header {
  margin: 0;
  top: 0;
  border-left: 0px solid #000;
  border-bottom: 0px solid #000; 
  border-right: 0px solid #000;
  height: 22px;
  position: absolute;
  z-index: 151;

}

#GB_caption {
  font-family: arial, verdana, sans-serif;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 25px 3px 0 0;
  float: right;
  cursor: pointer;
}

#GB_close img {
	width: 15px;
}


