#lightbox {
	background-color: #fff0f3;
	padding: 10px;
	border: 1px solid #ff6b9f;
}
#lightboxCaption {
	padding: 5px 0;
	color: #333;
	background-color: #fff0f3;
	font-size: 88%;
	text-align: center;
	border-bottom: 1px solid #ff6b9f;
	border-right: 1px solid #ff6b9f;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #fde;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #fde;
	filter: Alpha(opacity=50);
}
