/* Lightbox */
#lightbox{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 532px;
	margin: -220px 0 0 -250px;
    padding: 2em;
    font-size: 12px;
	background: #ffffff;
	text-align: left;
    color: #333333;
}

#overlay{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


