.leightbox {
	color: #664213;
	display: none;
	position: absolute;
	top: 87px;
	left: 350px;
	width: 45%;
	padding: 1em;
	border: 1em solid #e8dccd;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	font-size: 12px;
	line-height: 18px;
}
.footer {
	background-color: #37190a;
	padding: 2px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer .lbAction {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.lbOn {
	line-height: 24px; color: #37190a; text-decoration: none;
}
#content .lbOn {
	line-height: 24px;
	font-weight: normal;
	color: #37190a;
}
#content .lbOn:hover {
	line-height: 24px;
	font-weight: normal;
	color: #37190a;
	text-decoration: none;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
