﻿#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-color: #FFFFFF;
	z-index: 1001;
	display: none;
}

#lightbox p { text-align:center; }

#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	z-index: 1000;
	display: none;
}
