.dhtmlwindow{
position: absolute;
border: 1px dashed black;
visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
	text-indent: 3px;
	font: bold 14px Arial;
	cursor: move;
	overflow: hidden;
	width: auto;
	text-align: right;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #000000;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
