#GB_overlay {
  background-image: url(../im/overlay.png); 
  /**background-image: url(../im/overlay.png)!important;*/ 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 1024px;
}

* html #GB_overlay {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: transparent;
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  /*background: #aaa;*/
  /*background: none;*/
 /* border: 5px solid #aaa;*/
  overflow: auto;
  width: 700px;
  height: 700px;
  /*z-index: 150;*/
  z-index: 700;
  	/*-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;*/
}

#GB_frame {
  border: 0;
  overflow: auto;
  /*width: 100%;*/
  height: 700px;
  width:100%;
  background-color:#fff;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  /*background: #888;*/
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}
#GB_footer {
height:11px;
width:801px;
}
#GB_window img {
  position: absolute;
  top: 0px;
  right: 15px;
  /*
  top: 2px;
  right: 5px;
  */
  cursor: pointer;
  cursor: hand;
}

