#GB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
/*  filter:alpha(opacity=80); moved to ieFix */
  /*-moz-opacity: 0.8;*/
  opacity: 0.8;
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #505050;
  overflow: auto;
  width:400px;
  height: 400px;
  z-index: 150;
  
  margin-top: 20px;
  overflow: hidden;

  width: 450px;
  height: 360px;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  padding: 0;
  height: 35px;
  background-color: #fff;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  
 top: 8px;
 right: 10px;
}
/*
body
{
	width: 570px;
}
*/
#iframeContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.4em;
	color: #000;
	padding: 15px;
}

