#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:9997;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

.guiDialog{
	background-color: white;
	text-align: left;
	border: 1px solid black;
	position: absolute;
	z-index: 9999;
}

.guiTitlebar{
	background-color: #003798;
	color: white;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
	border-bottom: 1px solid black;
	height: 15px;
	padding: 3px 3px;
	cursor: move;
}
