#dg_dialog_shadow {
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
/*	background-image: url(./tb.gif);*/
	background-image: url(data:image/gif;base64,R0lGODlhAgACAJAAAAAAAMDAwCH5BA0AAAAALAAAAAACAAIAAAICDF4AOw==);
	z-index:16;
	}
.dg_dialog {
	border: 1px solid black;
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
	position: fixed;
	left: 50px;
	top: 50px;
	}
.dg_dialogbar {
	background-color: black;
	color: white;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	padding:0px;
	margin:0px;
	padding-left: 2px;
	padding-top: 2px;
	}
.dg_dialogbarsysdiv {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 2px;
	}
.dg_dialogbarclosebutton {
	width:16px;
	height:16px;
	margin:0px;
	padding:0px;
/*	background-image:url("./close.gif");*/
	background-image:url(data:image/gif;base64,R0lGODlhDAAMALEAAAAAAMDAwAAAAAAAACH5BA0AAAAALAAAAAAMAAwAAAIXjI+pKYL9YGgu0sromlpdeXSdAXLbeRYAOw==);
	background-repeat: no-repeat;
	vertical-align:top;
	}
