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

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

.lightBoxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 470px;
	z-index: 12000;
}

.lightBoxContent .lb_container {
	background-color: #f5f1e8;
	padding: 40px;
}

.lightBoxContent td {
	padding-bottom: 10px;
}

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

.lightBoxFrame {
	height: 296px;
	width: 390px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}