	#GB_overlay {
	  position: absolute;
	  margin: auto;
	  top: 0;
	  left: 0;
	  z-index: 100;
	}
	
	#GB_window {
	  top: 42px;
	  left: 0;
	  position: absolute;
	  background-color: #fff;
	  border: 3px solid #8e92a9;
	  border-top: 0;
	  overflow: visible;
	  z-index: 150;
	}
	
	#GB_frame {
	  border: 0;
	  overflow: auto;
	}
	
	#GB_header {
	  margin: 0;
	  top: 0;
	  border-left: 3px solid #8e92a9;
	  border-right: 3px solid #8e92a9;
	  height: 22px;
	  position: absolute;
	  background-color: #1d4793;
	  z-index: 151;
	}
	
	#GB_caption {
	  font-family: tahoma, arial, sans-serif;
	  font-size: 12px;
	  color: #fff;
	  font-weight: bold;
	  padding: 4px 0 0 5px;
	  margin: 0;
	  text-align: left;
	}
	
	#GB_close {
	  padding: 2px 5px 0 0;
	  float: right;
	  cursor: pointer;
	}