#GB_overlay {

  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
	top: 22px;
	left: 0;
	position: absolute;
	background-color: #FFFFFF;
	border: 5px solid #99CCFF;
	border-top: 0;
	overflow: visible;
	z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
	margin: 0;
	top: 0;
	border-left: 5px solid #99CCFF;
	border-right: 5px solid #99CCFF;
	height: 22px;
	position: absolute;
	background-color: #99CCFF;
	z-index: 151;
}

#GB_caption {
	font-family: helvetica, verdana, 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;
}


