#lightbox{
	background-color:#fff;
	color: #000;
	padding: 1px;
	padd-bottom:10px;
	FONT: 8pt , arial
	/*border-bottom: 2px solid #6A91C2;;
	border-right: 2px solid #6A91C2;;
	*/
	
	}
#lightboxDetails{
	padding-top: 0.4em;
	}	
#lightboxCaption{ text-align: center; font-size: 110%; font-weight: bold;}
#keyboardMsg{ float:right; clear: both; text-align: center;}
#keyboardMsg a{ background: white; color: black; padding: 2px 6px; border: 1px solid #fff;text-decoration: none;}
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("images/overlay.png"); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url("images/blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
