.dhtmlwindow {
	position: absolute;
	border: 2px inset #EEEEEE;
	visibility: hidden;
	background-color: #F3F3F3;
}

.drag-handle {
	padding: 1px;
	text-indent: 3px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #708657;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	-moz-opacity: 1;
}

.drag-handle .drag-controls {
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: pointer;
}

* html .drag-handle {
	width: 100%;
}


.drag-contentarea {
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea {
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


.drag-resizearea {
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
