.layerPopup{
display:none;
position:absolute;
width:281px;
background-color:black;
border:1px solid #000000;
bottom:5px;
padding:5px;
background-color:#FFEFF7;

}
.layerPopupHeader{
background-color:#000000;
border:1px solid #000000;
color:#ffffff;
margin-bottom:8px;
margin-left:-5px;
margin-top:-6px;
padding:4px;
position:relative;
width:282px;
margin-right:-5px;
}
a.layerPopUpClose:link, a.layerPopUpClose:hover, a.layerPopUpClose:visited, a.layerPopUpClose:active,.layerPopupHeader a
{
position:absolute;
right:6px;
top:7px;
color:#ffffff;
}
.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 128px;
            left: 25%;
            width: 728px;
            height: 600px;
            border: 4px solid #525252;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
.lightBoxInsets{
margin-top:10px;
}
.lightBoxInsets td{
border:1px solid #000000;
margin:5px;
}
