#lightbox{
	background-color:#5bbc44;
	padding: 10px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; margin-top: 2px; color: #222222; font-size: 11px }
#keyboardMsg{ float: right; margin-top: 2px; }
#closeButton{ top: 5px; right: 4px; }

#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");
	}
	
#lightbox kbd {
	color: #ffffff;
	background-color: #1f9802;
    background-image: url(../images/button_top.gif);
	/*border-right: 1px solid #061e00;
	border-bottom: 1px solid #061e00;*/
	font-size: 11px;
	font-family: Arial;
	padding: 0 3px 0px 4px;
	text-transform: uppercase;
	}
#lightbox a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
#lightbox a img { border: none;}	
	
