#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: 600px;
  height: 600px;
}

#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;
  
  background-image: url(/gfx/greybox/header.gif);
  background-repeat: no-repeat;
  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;
	background: none;
}

#iframeContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #000;
	padding: 15px;
}

