#lb_overlay{
  background-image: url('/images/lightbox_overlay.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  }

* html #lb_overlay{
  background-color: #333;
  filter: alpha(opacity=60);
  }

#lb_box{
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 3px solid #808080;
  overflow: auto;
  }


#lb_box #close{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  }

#lb_box #lb_box_contents {
	margin: 25px;
  }
