#GB_overlay {
  background-image:url(../img/lightbox/jsbox_bck.png); 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
	padding:0;
}
* html #GB_overlay {
 background-image:none;
	height:650px;
}
#GB_window {
  top: 80px;
  left: 0px;
  position: fixed;
  background: #fff;
  border: 5px solid #000;
  overflow: auto;
  width: 400px;
  height: 650px;
  z-index: 150;
}
* html #GB_window {
	position:absolute;
}
#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}
#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #000;
  padding: 2px 0 0px 20px;
		border-top:2px solid #fff;
  margin: 0; height:28px;
  text-align: left;
		line-height:26px;
		font-weight:bold;
}
#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

