#lightBox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('overlay.png') repeat;
    text-align:center;
    z-index: 9999997;
    display:none;
}

#lightBox #content {
    width: 100%;
    height: 100%;
    margin: 10% auto;
    z-index: 9999998;
}

#lightBox span {
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	border: 1px solid #ae1921;
	background-color: #ae1921;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 30px;
	z-index:9999999;
}
