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

.leightbox {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:105px;
	height: auto;
	width:730px;
	margin-left:35px;
	padding: 50px;
    border:3px solid #69A2F0;
    background:#fff url("../../dj-disco-images/microphone.jpg") bottom right no-repeat;
	text-align: justify;
	z-index:2001;
	overflow: auto;	
}





.answerbox {
	color: #4f4f4f;
	display: none;
	position: fixed;
	top:305px;
	height: auto;
	width:470px;
	margin-left:35px;
	padding: 50px;
    border:3px solid #69A2F0;
    background:#fff;
	text-align: center;
	z-index:2001;
	overflow: auto;	
}
.answerbox p {text-align:left;}

.close {
	border-top: 2px solid #E4E4E4;
	padding-top:2px; margin-top:15px;
}


#about-dj-cumbria .close {
	border-top: 0;
	padding-top:2px; margin-top:15px;
}
#about-dj-cumbria ul {list-style-image: url("../../dj-disco-images/li.gif");float:left; width:150px; text-align:left; border-right: 2px solid #E4E4E4; margin-right:40px; margin-bottom:40px; padding-right:20px; background:#fff;}


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

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

