#overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background: #000;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}

.lightbox {
	background: #f4f4f4;
	padding: 5px;
	border: 0;
	margin: 0;
	border: 1px solid #006699;
}

.lightbox ul {
	margin: 0;
	padding: 0;
}

.lightbox ul li {
}
#close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.iehidden {
	display: none;
}
