#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color: gray;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#keyboardMsg a{
	color: #167EDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

#masca{
	position: absolute;
	top: 0px;
	left: 0px;
	background: black;
	display: none;
  opacity: 0.9 !important; 
  filter/**/: alpha(opacity=85);
}
#popup{
	background: white no-repeat bottom right;
	border: 3px solid silver;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 400px;
	display: none;
}
#popup #closer{
	display: block;
	clear: both;
	margin: 10px;
	width: 15px;
	height: 15px;
}
#popupContent{
	font-family: "trebuchet ms";
	font-size: 11px;
	color: gray;
	margin: 20px 10px;
	overflow: auto;
}
#popupContent h2{
	display: block;
	clear: both;
	color: red;
}