.overlay {
	top: 0;	left: 0;
	width: 100%; height: 100%;
	/*background: black;*/
	/*background-color: #000!important;*/
	background-color: #EBEBEB;
	position: absolute;
	z-index: 98;
}
.dialog {
	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99;
}