#lb_overlay{ 
    background-image: url(/images/lightbox_overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
    opacity:0.6;
    filter:alpha(opacity=60);
}

* html #lb_overlay{
    background-color: #333;
	filter: alpha(opacity=60);
}

/*#overlay[id] {position: fixed;}
#box[id] {position:fixed;}*/

#lb_box{
  margin: 0;
  padding: 0;
  border: 4px;
  overflow: hidden;
}


#lb_box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#lb_box #boxContents {
	margin-top:12px;
	padding:10px;
}

.light_box{
  background:url("/images/profile-background.gif") repeat-y;
  width:664px;
}
  
.light_box_bottom{
  background: url("/images/border-down.png") no-repeat left;
  height: 9px;
  width: 420px;
}

.light_box_top{
  background: url("/images/border-top.png") no-repeat left;
  height: 9px;
  width: 420px;
}
