#lightbox {
	position: absolute;
	top: 85%;
	left: 43%;
    width: 750px;
	margin-left: -250px;
	background: #14a7e9;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	z-index: 1001;
	display: none;
}

#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=7);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000;
	display: none;
}

.lightboxText {
    color:#ffffff;
    font-size:150%;
    font-weight:bold;
    text-align:center;
    position: relative;
    top: -8px;
}
