#lightbox{
	background-color:#fff;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightbox a:link, a:visited, a:hover {
background-color: transparent;
text-decoration: none;
}
#lightboxDetails{padding-top: 0.4em; }	
#lightboxCaption{ float: left; font-weight: bold; color: #3C6491; font-size: 1em; }
#keyboardMsg{ float: right; }
#closeButton{ top: 17px; right: 10px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(../images/overlay.png); }
kbd{border-right:1px solid #ccc; border-bottom: 1px solid #ccc; margin-left:2px; margin-right: 2px;  font-size:1.2em;padding-left:3px; padding-right: 3px;}
* 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");*/
}
	