#lightbox {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}
#lightbox[id] {
	position: fixed;
}
#popup {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 660px;
}
html>body #popup {
	width: 660px; /* ie5win fudge ends */
}
#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-color: #333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#overlay[id] {
	position: fixed;
}

