.dialog {
	width: 600px;
	margin: 0px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 200;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dialog .content  {
	padding: 5px;
}
.dialog .title     {
	float:left;
	color: #FFFFFF;
	font-size: 8pt;
	padding-left: 5px;
}
.dialog .close   {
	float:right;
	cursor:pointer;
	margin:3px 3px 0 0;
	height:11px;
	width:11px;
	background-image: url(/fibu/lib/JMUtils/Dialog/dialog_close.gif);
	background-repeat: no-repeat;
}
.dialog .header    {
	background-color: #358635;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	height: 20px;
	text-align: left;
	border-right-width: 2px;
	border-right-style: none;
	clear: none;
	float: none;
}
#dialog-mask {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=75);
	z-index:100;
	background-color: #FFFFFF;
}
#dialog-mask2 {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	width:100%;
	z-index:100;
}
