#GB_overlay {
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10000;
  width:  100%;
  height: 100%;
  display: none;
}
#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #000 url('header_bg.gif') repeat-x 0% 0%;
  border: solid 1px #333;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 10100;
}

#GB_frame {
  border: none;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption,
a.GB_hide
{
	font-weight: bold;
	color: #999;
}

#GB_caption {
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

a.GB_hide {
	position: absolute;
	top: 0px;
	right: 5px;
	height: 16px;
	line-height: 16px;
	padding: 2px 18px 2px 0;
	cursor: pointer;
	cursor: hand;
	background: url('w_close.gif') no-repeat 100% 50%;
}

