
.closetowns {
	float:right;padding-top:0; margin-top:0;
}

.leightbox {
	color: #01279b;
	display: none;
	position: fixed;
	top:80px;
	height: 450px;
	width:834px;
	padding: 20px;
    border:2px solid #1E78B6;
    background-color:#F0EFEF;
	text-align: justify;
	font-size:0.9em;
	z-index:1001;
	overflow: auto;	
}

#leightoverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#1E78B6;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#leightoverlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


