.leightbox {
	display: none;
	position: absolute;
	top: 25%;
	height: 50%;
	padding: 0px;
	border: 0px;
	text-align: left;
	z-index:20;
 background-color:#ed2c23;
 border: solid 3px #78232a;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.lightbox[id]{ /* IE6 and below Can't See This     position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This     position:fixed;    }