@charset "UTF-8";
/* CSS Document */
div.lightboxhider {
	position:absolute; 
	height:100%; 
	width:100%; 
	left:0px;
	top:0px;
	z-index:-500;
	background:black;
	
	visibility:hidden;
}

div.lightboxbottombanner {
	position:absolute;
	
	left:0px;
	width:100%;
	height:20px;
	
	bottom:0px;
	
	background:white;
	
	text-align:left;
}

div#lightbox {
	position:absolute;
	
	left:300px;
	top:100px;
	
	background:white;
	
	margin:0 auto 0 auto;
	
	text-align:center;
	
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	
	z-index:-10;
}

div#lightboxcontent {

	position:absolute;
	
	margin:10px;
	
	left:0px;
	
	text-align:left;
	
	line-height:25px;
	
	width:250px;
}

div#lightboxloader {
	position:relative;
	
	top:40%;
	
	height:66px;
	width:66px;
		
	margin:0 auto 0 auto;

}

