#darkGlass {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: 1000;
    background-color: rgba(50, 50, 50, 0.2);
    color: rgba(255, 255, 255, 0.15);
    font: normal 40pt Arial;
    text-align: center;
}
#dlgBG  {
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1000;
	background-color: rgba(50, 50, 50, 0.3);
}

#dlgDiv  {
	position: fixed;
	z-index: 1001;
	border: 1px solid #aaa;
	box-shadow: 3pt 3pt 2pt 1pt rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.5);
}

#dlgTitleBar  {
	position: absolute; top: 0; left: 0; right: 0;
	background-color: ActiveCaption;
	background-color: #496DAF;
background: -webkit-gradient(linear, left top, right top, from(#496DAF), to(#859DC9));
background: -moz-linear-gradient(left, #496DAF, #859DC9); /*rgb(153, 180, 209)*/
/*background: -moz-linear-gradient(left, ActiveCaption, rgb(187, 205, 224)); rgb(153, 180, 209)*/
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 1.25em;
	padding: 0.25em;
	border-bottom: 0.1em solid #000; border-top: 0.1em solid #78A3F2; border-left: 0.1em solid #78A3F2; border-right: 0.1em solid #204095;
	border-bottom: 0.1em solid #aaa; border-top: 0.1em solid #78A3F2; border-left: 0.1em solid #78A3F2; border-right: 0.1em solid #78A3F2;
	cursor: move;
}

#dlgTitle {
	float: left;
}

#dlgCloseButton {
	position: absolute; top: 0.0em; right: 0.1em; bottom: 0.0em;
	width: 1.4em; height: 1.3em;
	color: #000; background-color: #bbb;
	border-bottom: 0.1em solid #555; border-top: 0.1em solid #DDD; border-left: 0.1em solid #DDD; border-right: 0.1em solid #555;
	font-size: 1.1em;
	vertical-align: bottom;
	text-align: center;
	overflow: hidden;
	padding: 0.1em 0.07em 0 0;
	cursor: pointer;
}

#dlgCloseButton:hover {
	background-color: #ddd;
}

#dlgFrame {
	position: absolute;
	top: 1.75em; bottom: 0; left: 0; right: 0;
	width: 100%; height: 100%;
	margin: 0;
	padding: 0;
}

#dlgMsg {
	font-family: "Courier New", courier, monospace;
	position: absolute;
	bottom: 120pt; right: 0pt;
	height: 180pt; width: 50%;
	padding: 2px;
	background: #fff8e0;
	border-width: 2px 0px 2px 2px;
	border-style: solid;
	border-color: #47a;
	border-radius: 5pt 0 0 5pt;
}
