#overlay {
	background-color: #444444;
	filter: alpha(opacity=70);
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.lightbox {
	left: 50%;
	position: absolute;
	top: 100px;
	z-index: 51;
}

.lightbox .close {
	background: transparent url(/images/gray-close.png) no-repeat scroll 0 0;
	position: absolute;
	height: 21px;
	right: 6px;
	top: 0;
	width: 22px;
}
	.lightbox .close:hover {
		background: transparent url(/images/gray-close-red.png) no-repeat scroll 0 0;
	}

.hide {
	display: none;
}