.response_dialog_overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.response_error_dialog {
	width: 50%;
	min-height: 5%;
	background: white;
	position: fixed;
	top: 40%;
	left: 25%;
	z-index: 99;
	
	border:3px solid #FF0000;
	padding:20px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.response_ok_dialog {
	width: 50%;
	min-height: 5%;
	background: white;
	position: fixed;
	top: 40%;
	left: 25%;
	z-index: 99;
	
	border:3px solid #009933;
	padding:20px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}