#GB_overlay {
  background-image: url(../img/greybox/overlay.png); 
  position: absolute;
  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(../img/greybox/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/greybox/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 50px;
  left: 0px;
  position: absolute;
  background: #fbf9eb;
  border: 5px solid #57266f;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

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

#GB_caption {
  text-indent:20px;
  font: 12px bold Georgia, "Times New Roman", Times, serif;
  letter-spacing: 3px;
  color: #fff;
  background: #875e92;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

a:link {
	color: #a11b63; 
	text-decoration: none;
}

a:visited {
	color: #a11b63; 
	text-decoration: none;
}

a:focus {
	color: #a11b63;
	text-decoration: none;
}

a:hover {
	color:#FF3399;
	text-decoration: underline;
}

a:active {
	color: #a11b63;
	text-decoration: none;
}

