body{ margin: 0; padding: 0; }

#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 2px solid #222;
	color:#000;
	}
#lightboxDetails{
	font: 14px/1.4em Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color:#000;}
#keyboardMsg{ float: right;}
#closeButton{ top: 6px; right: 7px; width:22px; height:22px;  }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#loadingImage{width:80px;height:10px;}
#overlay{ background-image: url(/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/lightbox/filler.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
	}

