#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
    z-index: 2001;
	}


#overlay{
    background-image: url(overlay.png);
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 3210px;
    text-align:center;
    padding-top:50px;
}

#overlay span{
    background:#EEE;
}

