

.footer_lei {
	background-color: #000;
	padding: 0.5em;
	text-align:right;
}

.leightbox {
	color: #333333;
	display: none;
	position: absolute;
	top: 30px;
	left: 33%;
	width: 300px;
	height: auto;
	max-height: 500px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
A.lbAction {
	float:right;
	font-family:Tahoma, Helvetica, sans-serif;
	background-color:#AD168F;
	color:#FFFFFF;
	padding:0px 4px;
	font-size:9px;
	text-decoration:none;
}
A.lbAction:hover {
	background-color:#AD168F;
	color:#333333;
}
A.lbOn {
	font-family:Tahoma, Helvetica, sans-serif;
	background-color:#AD168F;
	color:#333333;
	padding:2px 3px;
	font-size:9px;
	text-decoration:none;
}
A.lbOn:hover {
	background-color:#000000;
	color:#CC3399;
		filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
