body, html { height: 100%; }
#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 132;
	background-color: #333;
	-moz-opacity: 0.7;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
#overlay[id] { position: fixed; }
#lightbox
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 169;
	width: 300px;
	height: 36px;
	margin: -18px 0 0 -150px;
	background-color: white;
	border: 1px solid #ad1447;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ad1447;
}
#lightbox[id] { position: fixed; }

