.layerPopup{
display:none;
position:absolute;
width:281px;
background-color:black;
border:1px solid #414141;
bottom:5px;
padding:5px;

}
.layerPopupHeader{
background-color:#212121;
border:1px solid #414141;
color:#EFBA36;
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
{
position:absolute;
right:6px;
top:7px;
}

.black_overlay{
            display: none;
            position: fixed;
            *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: 44px;
	    left: auto !important;
            width: 610px;
            height: 600px;
            border: 4px solid #525252;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
.lightBoxInsets{
margin-top:10px;
}
.lightBoxInsets td{
border:1px solid #cccccc;
margin:5px;
}

