#lightbox {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #333366;
	border-right: 1px solid #333366;
}

#lightboxCaption {
	color: #333;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333366;
	border-right: 1px solid #333366;
}

* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
