
.closetowns {
	background-color: #fff;
	text-align:right;
}

.leightbox {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:10%;
	height: auto;
	width:760px;
	padding: 20px;
	margin-left:10px;
    border:2px solid #C12B48;
    background-color:#fff;
	text-align: justify;
	font-size:0.9em;
	z-index:1001;
	overflow: auto;	
}

#leightoverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150%;
	z-index:1000;
	background-color:#000;
	-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;    }