#GB_overlay {
  background-image: url(overlay.png); 
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}


#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 6px solid #fff;
  overflow: auto;
  /*
  width: 400px;
  height: 400px;
  */
  z-index: 150;
}

#GB_frame {
  border: 0;
  border-top:1px solid #ccc;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  color: #EC008C;
  font-weight:bold;
  padding: 2px 2px 5px 2px;
  margin: 0;
  text-align: left;
  text-transform:uppercase;
}

#GB_window span {
  color:#31b0e1;
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: hand;
}

#surveyAlert {
	background: url( alert-bg.png ) no-repeat left top;
	display:block;
	height:300px;
	left:50%;
	margin-left:-150px;
	margin-top:-150px;
	position:fixed;
	top:50%;
	width:300px;
	z-index:200;
}

#surveyAlertHead { height:18px; padding:6px 6px 0 6px; text-align:right; }
#surveyAlertContent { height:218px; overflow:auto; padding:6px; text-align:left; }
#surveyAlertFooter { height:40px; padding:0 6px 6px 6px; }
#surveyAlertFooter  a {  background:#fff; border:1px solid #ec008c; color:#ec008c; font-size:150%; font-weight:bold; text-decoration:none; text-transform:uppercase; }
#surveyAlertFooter  a:hover { background:#ec008c; color:#fff; }
