

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    /*background-color:#000;*/
    background-color:#B1B1B1;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:300px;
    /*background:#ddd;*/
    background:#FFFFFF;
    padding:10px;
    border:2px solid #eee;
}

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


.okLightBox {line-height:1.5;padding-bottom:5px;border-bottom:1px dotted #CCCBC9;}
.lightbox h3 {border-top:1px dotted #CCCBC9;padding-top:5px;border-top:1px dotted #CCCBC9;}
