.leightbox {
	display: none;
	position: absolute;
	top: 9%;
	right: 50%;
	height: 400px;
	margin-right: -390px;
	line-height: 2.5;
	width: 530px;
	padding: 0px;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: visible;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	z-index:1000;
	background-color:#FFFFFF;
	-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;    }

.footer {
	background-color: #FFFFFF;
	border-bottom: 1px solid #707070;
	padding-left: 40px;
	text-align: right;
}