
/*.ajax_popup {
	position			: static;
	margin				: 10px;
	padding				: 10px;
	background-color	: white;
	text-align			: center;
	width				: 200px;
}
.ajax_popup table {
	background-color	: white;
}*/
div.lightbox table {
/*	margin				: 10px;*/
	background-color	: white;
}

div#overlays {
/*	position			: absolute;
	top					: 0;
	left				: 0;*/
}
div.overlay {
	position			: absolute;
	top					: 0;
	left				: 0;
	background-color	: #fff;
	width				: 100%;
	height				: 100%;
	opacity				: 0.6;
	filter				: alpha(opacity=60);
}
div.lightbox {
	position			: absolute;
	top					: 0;
	left				: 0;
	width				: 100%;
	height				: 100%;
}

