
.lightpopup 
{
	color: #333;
	display: none;	
	position: absolute;	
	top: 0;
	left: 0;	
	width: 100%;
	
	height: auto;
	z-index:1001;
	overflow: auto;		
	text-align: right; 
}


#lightbox_content 
{
	width : 600px;
	margin : 0 auto;
	padding: 1em;
	overflow: auto;	
}


#overlay
{
	display:none;
	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);
}

.lightbox[id] { /* IE6 and below Can't See This */ position:fixed; }

#overlay[id] { /* IE6 and below Can't See This */ position:fixed; }

.lbAction { color:#e60084; font-weight:bold; }

.lbAction:hover { color:#000; }

.lightpopup h4 { margin-top:0; padding-top:0; }