#lightbox{
	text-align: justify;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-image: url(erbd_logo_lb.jpg);
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 50px;
	border-style: solid;
	border-color: #00883a;
	border-width: 1px;
	background-color: white;
	}
#lightboxDetails{
	text-align: justify;
	color: #646464;
	font-size: 12px;
	padding-top: 5px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border-width: 0px; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
a, a:link, a:visited, a:active {
		color: #00883a;
		text-decoration: none;
		font-weight: normal;
    }

a:hover { 
		color: #646464; 
		text-decoration: underline;
		font-style: bold;
    }
	