@charset "utf-8";
/* CSS Document */

.blackout {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index:1000;
}

.lightBoxContent {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:2000;
}

.lightBoxCloseButton {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 39px;
	background-image: url('lightBoxClose.png');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index:2500;
}