div#dialog_overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	border: 1px solid black;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	display: none;
}

div#dialog {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/*
.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

.dialog {
	width: 128px;
	min-height: 15px;
	position: fixed;
	top: 6%;
	left: 28%;
	z-index: 99;
}
*/
