#GB_overlay {
  background-image: url(/dcminc/img/overlay80.png); 
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}
#GB_close {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  cursor: hand;
  cursor: pointer;
  
}
#GB_window {
  top: 0px;
  left: 0px;
  position: absolute;
  background: #1b1b1b;
  border: 1px solid #303030;
  border-top: none;
  overflow: auto;
  width: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}
#GB_content {color: #fff;}
#GB_content td {font: 11px arial;}

