#lightbox {
	background-color: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 34px;
	border-bottom: 1px solid #00cc00;
	border-right: 1px solid #00cc00;
}
#lightboxCaption {
	color: #666666;
	background-color: white;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #00cc00;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #00cc00;
	filter: Alpha(opacity=50);
}
