#GB_overlay {
  background:#000;
  position: fixed;
  z-index:1100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  _position:absolute;
  _width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}


#GB_window, #pseudopop_window {
  top: 10px;
  left: 0px;
  position: fixed;
  background: #000;
  border: 2px solid #0e0e0e;
  overflow: auto;
  width: 750px;
  height: 555px;
  z-index: 2000;
}

* html #GB_window { top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight + 30 - this.offsetHeight); position:absolute;}

.GB_close { display: block; position: absolute; top: -2px; right: 2px; height: 32px; width: 34px; text-indent: -9000px; background: url('../images/contact_close.gif') 0 0 no-repeat;}
.GB_close:hover { background-position: 0 -43px; cursor: pointer;}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 555px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #000;
  text-indent: -30000px;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  display: none;
}

/*Pseudopop*/
/*
#pseudopop_wrap {
	height:1px;
	position:absolute;
	width:600px;
}
*/

#pseudopop_window {
	background: #000;
	border: 2px solid #0e0e0e;
	display:none;
	height: 550px;
	padding:0;
	position:fixed;
	_position:absolute;
	top:15%;
	_top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	left:auto;
	right:auto;
	width: 600px;
	zoom:1;
	z-index: 1101;
}



