#GB_overlay {
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
  display: none;
}

#GB_window {
  background-color: #fff;
  top: 10px;
  left: 0px;
  position: absolute;
  overflow: auto;
  width: 600px;
  height: 650px;
  z-index: 1000;
  display:none;
  border-radius: 10px;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 580px;
  height: 550px;
  margin: 15px;
}

#GB_caption {
  color: #fff;
  background: #034592;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  font-weight: 600;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

