div.dialog{
	color:#009036;
	font-family:Verdana;
	position:absolute;
	height:auto;
	z-index:30;
	background-color:white;
	background-image:url(dialog/dialog_titelleiste_mitte.gif);
	background-repeat:repeat-x;
}
div.dialog_titelleiste_links,
div.dialog_titelleiste_rechts{
	height:29px;
}
div.dialog_titelleiste_links{
	width:4px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(dialog/dialog_titelleiste_links.gif);
}
div.dialog_titelleiste_mitte{
	padding:5px 10px 0px 10px;
	height:24px;
	font-weight:bold;
	cursor:move;
}
div.dialog_titelleiste_rechts{
	width:4px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(dialog/dialog_titelleiste_rechts.gif);
}
div.dialog_cancel{
	width:16px;
	height:16px;
	position:absolute;
	top:6px;
	right:6px;
	background-repeat:no-repeat;
	background-image:url(dialog/dialog_cancel_green.gif);
	cursor:pointer;
}
div.dialog_content{
	padding:5px;
	border:1px solid #009036;
}