@charset "utf-8";

/* Leightbox positioning and tint */

.leightbox {
	display: none;
	position: absolute;
	top: 30%;
	left: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	z-index:1001;
}
#overlay {
	background-color: #000000;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0px;
	-moz-opacity: 0.75;
	opacity:.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	margin: 0px;
}
.lightbox[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}
#overlay[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}