iframe {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#GB_overlay {
  /* border: 2px solid #FFFF00;  pure yellow*/
  /* background-image: url(./images/overlay.png); */
  /* border: 2px solid #000000; */
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  z-index: 100;
   width: 1024px;
   height: 768px;
  background-color: #000000 !important;
  /* background-image: url(./images/overlay.png);  */

}


#GB_window {
 /* border: 2px solid #000000; */
 /* background-image: url(./images/overlay.png); */
 margin: 0px;
 padding: 0px;
 top: 60px;
 left: 0px;
 position: absolute;
 background-color: #ffffff !important; 
 /*border-top: 0;*/
 overflow: auto;
 z-index: 150;
  width: 1024px;
  height: 708px;
}

#GB_frame {
 /* border: 2px solid #0066CC; Water Blue */
 /* background-image: url(./images/overlay.png); */
 /* background-color: #000000 !important; */
 /*  border: 0; */
  margin: 0px;
  padding: 0px;
 /* overflow: auto; */
   width: 1024px;
   height: 768px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#GB_header {
 /* border: 0px solid #6600cc;purple*/
  margin: 0px;
  padding: 0px;
 /*  background-image: url(./images/overlay.png);  */
  top: 0px;
  background-color: #000000 !important; 
 /* border-left:  2px  solid #000000;
  border-right: 2px solid #000000;*/
  height: 60px;
  width: 1024px;
  position: absolute;
  /* background-color: #000000; */
  z-index: 151;
  text-align:left;
  cursor: pointer;
}
/*
#GB_caption {
  border: 2px solid #CC00FF  80's pink
    font-family: Georgia, Times New Roman, Times, serif;
  font-size: 13px;
  color: #455D77;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}
#GB_close {
  border: 2px solid #990066 which is fuscia; 
  padding: 2px 5px 0 0;
  float: right;
  cursor: pointer;
}
*/