#darkbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1500;
	display: block;
	filter:alpha(opacity=70);   
	-moz-opacity: .70>;   
	opacity: .70;
}

#lightbox {
	text-align: center;
	margin: 0px auto 0px auto;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 300px;
	width: 300px;
	z-index: 1501;
	color: white;
	border: 1px solid #e5e5e5;
	display: block;
}

#lightbox #close {
	position: absolute;
	top: -17px;
	right: -1px;
	width: 59px;
	height: 17px;
	z-index: 1502;
	text-align: right;
}

#lightbox #close a {
	cursor: pointer;
}

