.dhtmlwindow{
position: absolute;
border: 5px solid #575a5d;
visibility: hidden;
background-color: #575a5d;
border-top:none;
text-align:left;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 14px 3px 17px 3px;
text-indent: 5px;
cursor: move;
overflow: hidden;
width: auto;
height:15px;
border: 0px 5px 5px 5px;
border-bottom-color:#575a5d;
border-bottom-style:solid;
font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: auto;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
	border: 5px solid #575a5d;
	background-color: #575a5d;
	color: #000000;
	height: 150px;
	padding: 2px;
	overflow: hidden;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid #FFFFFF;
background-color: #575a5d;
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;
}