
.closetowns {
	float:right;padding-top:0; margin-top:0;
}

.leightbox {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:80px;
	height: 450px;
	width:760px;
	padding: 20px;
	margin-left:10px;
    border:1px solid #000;
    background-color:#1B3679;
	text-align: justify;
	font-size:0.9em;
	z-index:1001;
	overflow: auto;	
}


#leightoverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:1000;
	background-color:#1B3679;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
