@charset "UTF-8";
#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.60;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }
.lightbox{
    width:900px;
   	min-height:500px;
	background-color:#F5F2DF;
	padding:25px;
	color:#000000;
}
#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
.lightBoxInner{
padding-left:8px;
margin-top:10px;
height:585px;
overflow:auto;
}