body {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 30px;
	background-color: #413F3E;
	line-height: 16px;
	font-size: 11px;
	color: #FFFDE3;
	font-family: arial;
}

.title {
	font-size: 15;
}

a.item {
	text-decoration: none;
	border: none;
}

a.item:hover {
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #FFFDE3;
}

a:hover {
	border: none;
	color: #FFB7FB;
	display:inline;
}

#lightbox{
 	background-color:#FFFDE3;
	padding: 0px;	
	border: none;
	color: #413F3E; 	
 	} 

#lightboxDetails{ 	
	font-size: 11px;
 	padding-top: 0px;
 	}

#lightboxCaption{ 
	float: left;
	padding-left:2px;
	font-weight: bold; 
	} 

#keyboardMsg{ 
	float: right;
	padding-right: 2px; 
	} 

#closeButton{ 
	top: 5px; right: 5px; 
	}

#lightbox img{ 
	border: none; 
	clear: both;
	}

#overlay{ background-image: url(bg.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bg.png", sizingMethod="scale");
	}