#lightbox{
	/* background-color:#eee; */
	background-color: transparent;
	}
#lightboxDetails{
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 1.4em;
	}
#lightboxLayoutTable TD {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#lightboxTopLeftBorder {
	width: 10px;
	height: 10px;
	background-image: url(/img/site/popup_bg_topleft.gif);
}
#lightboxTopBorder {
	height: 10px;
	background-image: url(/img/site/popup_bg_top.gif);
}
#lightboxTopRightBorder {
	width: 10px;
	height: 10px;
	background-image: url(/img/site/popup_bg_topright.gif);
}
#lightboxLeftBorder {
	width: 10px;
	background-image: url(/img/site/popup_bg_left.gif);
}
#lightboxRightBorder {
	width: 10px;
	background-image: url(/img/site/popup_bg_right.gif);
}
#lightboxBottomBorder {
	height: 5px;
	background-image: url(/img/site/popup_bg_bottom.gif);
}
#lightboxBody {
	background-image: url(/img/site/popupbackground.jpg);
	padding: 4px;
}

#lightboxCaption {
	float: left;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	font-size: 11px;
}
#keyboardMsg{ float: right; font-family: Courier New, Courier, monospace; font-size: 10px; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{
	background-color: #333;
	opacity: 0.7;
}
