.dhtmlwindow{
	position: absolute;
	border: 1px solid #147014;
	visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: 11px Arial;
	/*background-color: #BAC5DC; */
	background: url( 'head.gif' ) top left repeat-x;
	color: #BDFA8F;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 2px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	/* border-top: 1px solid brown; */
	/*background-color: white;*/
	color: black;
	height: 150px;
	overflow: auto;
	/*background: #2C2C2A;
  	color: #929280;*/
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	/*	background-color: #1E3C00;*/
	height: 10px; /*height of resize image 14*/
		/*background: url( 'foot.gif' ) top left repeat-x;*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
/*	float: right;
	width: 10px; 
	height: 10px; 
	cursor: nw-resize;
	font-size: 0; */
	
}

