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

.leightbox {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:100px;
	width: 600px;
	margin-left:100px;
	padding: 1em;
    border:2px solid #003581;
    background-color:#fff;
	text-align: justify;
	font-size:0.9em;
	z-index:1001;
	overflow: auto;	
}

.leight-testimonial {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:100px;
	width: 600px;
	margin-left:100px;
	padding: 1em;
    border:2px solid #003581;
    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:100%;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

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