.dhtmlwindow {
	background-color:#FFF;
	border:2px solid #440088;
	position:absolute;
	visibility:hidden;
}
.drag-handle { /*CSS for Drag Handle*/
	background-color:#A074CA;
	color:#FFF;
	cursor:move;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	font:bold 16px Verdana;
	-moz-opacity:1;
	opacity:1;
	overflow:hidden;
	padding:1px;
	text-indent:3px;
	width:auto;
}
.drag-handle .drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/
	cursor:hand;
	cursor:pointer;
	position:absolute;
	right:1px;
	top:2px;
}
* html .drag-handle { /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width:100%;
}
.drag-contentarea { /*CSS for Content Display Area div*/
	background-color:#F8F8F8;
	border-top:1px solid #440088;
	color:#440088;
	height:150px;
	overflow:auto;
	padding:2px;
}
.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
	background-color:#F8F8F8;
	border-top:1px solid #F8F8F8;
	height:13px; /*height of resize image*/
}
.drag-resizearea { /*CSS for Resize Area itself*/
	cursor:nw-resize;
	float:right;
	font-size:0;
	height:13px; /*height of resize image*/
	width:13px; /*width of resize image*/
}