.dhtmlwindow {
	position: 	absolute;
    top:        10px;
    left:       10px;
	border: 	1px solid black;
	background: white;
	width:		400px;
    z-index:    10;
}
.dhtmlwindow .contents {
	margin:		6px;
}
.dhtmlwindow .header {
	padding:	2px;
	background-color:	#9ab;
	border-bottom:		1px solid #89a;
	color:		white;
	font-family:	Verdana, sans-serif;
	font-size:		80%;
	font-weight:	bold;
}
.dhtmlwindow .header .buttons {
	float:		right;
}
.dhtmlwindow .header .buttons a {
	color:		white;
	text-decoration:	none;
}
