
.lightpopupXXX 
{
	color: #333;
	
	position: absolute;	
	
	left: 150px;	
	top: 150px;
	
	height: auto;
	text-align: left;
	z-index:1001;
	overflow: auto;		
}

#overlay
{
	position:absolute;
	
	top:0;
	left:0;	
	
	width:100%;
	height:100%;
	
	z-index:1000;	
	background-color:#eeeeee;	
	-moz-opacity: 0.7;	
	opacity:.70;	
	filter: alpha(opacity=70);
}

.lbAction { color:#e60084; font-weight:bold; }

.lbAction:hover { color:#000; }

.lightpopup h4 { margin-top:0; padding-top:0; }