#fadePopupContainer{
	display: none;
	position: absolute;
    margin:0px;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
    cursor:pointer;
}
#lightPopupContainer {
	display: none;
	position: absolute;
    left: 50%;
	padding: 0px;
	border: 1px solid black;
    border-radius: 1px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#closePopupButton{
    background-image: url('close_button.png');
    width:52px;
    height:52px;
	display: none;
	position: absolute;
    left:50%;
    z-index: 1003;
    cursor:pointer;
}
