div.dialog {
	position:absolute;
	margin:auto;
	top:25%;
	left:25%;
	width:50%;
	height:50%;
	z-index:6000;
	background-color:#e4e4e4;
}

div.container {
	overflow:auto;
	top:10%;
	left:0%;
	height:78%;
	width:100%;
}

div.overlay {
	position:absolute;
	top:0;
	left:0;
	width:120%;
	z-index:5000;
	background-color:#000000;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.60;
	filter:alpha(opacity=60);
}