#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="overlay.png", sizingMethod="scale");
	}


body, table, td, p, ul, li {
	font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
        text-align: justify;
        letter-spacing: 1px;
        cursor: default;
        line-height: 12pt;}

image.image {
	border-color: #0d1114;
	border-width: 1px;
	border-style: solid;

}

a {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #1ca8d8;
}

a:hover {
	font-family: verdana;
	font-size: 8pt;
        cursor: default;
	text-decoration: none;
	color: #6f3d5a;
	
	}

.h1 { 
font-family: verdana;
color: #6f3d5a;
font-size: 9pt;
letter-spacing: 3px;
font-weight: bold;
border-bottom: 1px dotted #6f3d5a;
}

input, textarea
{
color: #000000;
cellpadding: 0;
background: #FFFFFF;
font-size: 9pt;
font-family: verdana; 
text-align: left;
border-top:1px; 
border-bottom:1px; 
border-right:1px; 
border-left:1px;
cursor:default;
border-style: solid;
border-color: #000000;
}