
#ID_MessageDlgMain
{
	position:absolute;
	z-index:200;
	/*background-color: rgba(83, 134, 245, 0.6); */
	/*color: white; */
	background-color: white;
	color: rgb(83, 134, 245);

	font-family: 'Comfortaa', cursive;
	font-size: 1.2em;
	border: solid  5px  rgba(83, 134, 245, 0.6);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	filter:alpha(opacity=100);
}

#ID_MessageDlgMask
{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:.8;
	filter:alpha(opacity=80);
	z-index:200
}
