.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	background-color: #6F92A7;
	z-index: 150;
	
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 0;
	font: bold 14px Arial;
	background-color: #FFFFFF;
	color: white;
	cursor: move;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	color: black;
	height: 150px;
	/*padding: 2px;*/
	overflow: auto;
	/*width:485px;*/
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 13px; /*height of resize image*/
}


.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;
}