#lightbox{
	background-color:#FFF3D8;
	font-family: Bookman Old Style, Book Antiqua, Verdana;
	font-size: 13px;
	color: #000;
	padding: 10px;
	border-bottom: 2px solid #690301;
	border-right: 2px solid #690301;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); } 


#overlay{
background-color: #690301;
filter:alpha(opacity=40);
-moz-opacity: 0.50;
opacity: 0.50;
}