#GB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#050000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.5;
	opacity: 0.9;
}
.GB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}

.GB_overlayBG {
  background-color:#050000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #GB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
}

#GB_window {
	height: 1000px;
  	position: absolute;
  	z-index: 150;
	top:80px;
	left:50%;
  	background: #050000;
  	overflow: hidden;
	padding: 10px;
}

#GB_frame {
	border: 0;
	overflow: hidden;
	width: 100%;
	height: 700px;
	padding: 0px;
}

#GB_caption {
  font-family: "Franklin Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 140%;
  color: white;
  text-align: left;
  float: left;
}

#GB_close {
	float: right; 
  	font-family: "Franklin Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
  	font-size: 9px;
	font-weight: bold;
	color: #868b7f;
	text-decoration: underline;
	padding-top: 2px;
	}