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

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

.lightBoxContent {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
}

.lightBoxCloseButton {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background-image: url('/assets/images/lightBoxClose.png');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}