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

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

#GB_window {
vertical-align:middle;
  top: 20px;
  border:0;
  left: 0px;
  position: fixed ;
  background-color:Transparent;
  overflow: hidden;
  margin:0px;
  width: 900px;
  height: 700px;
  z-index: 150;
}

#GB_frame {
background:Transparent url('/js/greybox/chartbg.png') no-repeat;
  border: solid 0px blue;
  overflow: hidden;
  padding:0px;
  width: 900px;
  height:608px;
  margin:0px;
}

#GB_caption {
  font: 20px bold Arial, sans-serif;
  height:40px;
  width:900px;
  text-align:center;
  color: #fff;
  background: url('/js/greybox/charttop.png') no-repeat;
  padding: 12px 0px 0px 0px;

}

#GB_window img {
  position: absolute;
  top: 8px;
  right: 20px;
  cursor: pointer;
  cursor: hand;
}


