#lightbox {
	position: fixed; /* keeps the lightbox window in the current viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	/*background:url(overlay.png) repeat;*/
	text-align: center;
}

#lightbox_notice {
	text-align: right;
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
	border: none;
}

#lightbox_content {
	padding: 16px;
	text-align: center;
	background-color: rgba(32,32,32,0.75);
	margin-top: 100px;
	border-top: 2px solid #7a2;
	border-bottom: 2px solid #7a2;
	/*max-width: 800px;*/
}

.lightbox_data {
	display: none;
}

