.leightbox1 {
	color: #fff;
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width: 400px;
	height: 300px;
	padding: 1em;
	border: 2px solid #ddd;
	background-color: white;
	text-align: left;
	z-index:1001;
	/*overflow: auto;*/
}

#overlay1{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:0%;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox1[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay1[id]{ /* IE6 and below Can't See This */    position:fixed;    }
