.leightbox {
	color: #333;
	display: block;
	position: absolute;
	top: 25%;
	left: 20%;
	width: 60%;
	height: 50%;
/*	padding: 1em; */
	border: 1em solid #B8B8B8;
	background: #fff url(leightbox_footer.gif) bottom repeat-x;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox p {
	margin: 15px; 
}

.cfa { font-size: 2em; color: #000; }
.login { font-size: 1.2em; font-weight: bold; color: #630502; }
.inputbox { width: 300px; }
.cfalogo { float: right; margin:15px; }

#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]{ position: fixed; } /* IE6 and below can't see this */
#overlay[id]{ position: fixed; } /* IE6 and below can't see this */
