	body {
		font-family: Georgia;
		color: black;
		margin: 5px;
		background-color: white;
	}
	td {
		font-size: 12px;
	}
	h1 {
		margin-bottom: 5px;
		font-size: 18px;
		margin-top: 5px;
	}
	small {
		font-family: Verdana;
	}
	a:link,a:active,a:visited {
		color: black;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
	.error {
		color: red;
		font-weight: bold;
	}
	hr {
		color: #8D8D8D;
		height: 1px;
		margin: 12px;
	}
	form { display: inline; }

	#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;
		}	
	#lightboxCaption{ float: left; }
	#keyboardMsg{ float: right; }
	#closeButton{ top: 5px; right: 5px; }

	#lightbox img{ border: none; 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="/images/overlay.png", sizingMethod="scale");
	}
	kbd{
		background-color: #ddd;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: inherit;
		font-family: inherit;
		padding: 0 3px 2px 4px;
	}