.dhtmlwindow{
	position: absolute;
	border: 1px solid #333333;
	visibility: hidden;
	background-color: white;
/*    filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
}
 
.drag-handle{ 
	padding: 6px;
	text-indent: 3px;
	background-color: #0067CE;
	color: white;
	overflow: hidden;
	width: auto;
	font-weight: bold;
}

.drag-handle .drag-controls{  
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: pointer;
}
 

