.dhtmlwindow{
	position: absolute;
	background: #ffffff;
	border: 2px solid #cbcbcb;
z-index: 3000;
}

.drag-handle{ /*CSS for Drag Handle*/
text-indent: 3px;
font: bold 14px Arial;
color: #000000;
cursor: move;
overflow: hidden;
width: auto;
height: 35px;
position: relative;
z-index: 3000;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
z-index: 3000;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
color: black;
overflow: auto;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 15px;
position: relative;
z-index: 3000;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
position: relative;
z-index: 3;
z-index: 3000;
}


.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;
position: relative;
z-index: 3;
}
