#overlay{ 
    background-image: url("/images/lightbox/lightbox_overlay.png");
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url("/images/lightbox/lightbox_blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/lightbox_overlay.png", sizingMethod="scale");
}
#box{
  background:#FFFFFF;
  margin: 0;
  padding: 0;
  border: 1px solid #2c2b2b;
  overflow: auto;
  overflow-x: hidden;
}
#box #close{
  position:absolute;
  top:3px;
  right:3px;
  cursor:pointer;
}
#box #boxContents {
  margin-top:0px;
  padding: 0 15px 7px 20px;
  text-align: left;
  background: url("/images/lightbox/header.gif") repeat-x top;
}
#box #boxContents h1{
  color: #e57600;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
}
#box #boxContents form{
  width: 660px;
  margin: 0;
}
#box #boxContents form.half{
  width: 100%;
}

#box #boxContents fieldset{
  width: 270px;
}
#box #boxContents legend{
  color: #2e508f;
}