.dhtmlwindow{
position: absolute;
border: 2px solid #FDAF17;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
	text-indent: 3px;
	background-color: #F4D487;
	cursor: move;
	overflow: hidden;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #231F20;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 27px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.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*/
	background-color: #FFFFFF;
	color: #000000;
	height: 150px;
	padding: 2px;
	overflow: auto;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #004B1C;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #004B1C;
	background-color: #F4D487;
	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;
}

