.dhtmlwindow{
position: absolute;
border: 1px solid #CCC;
visibility: hidden;
background-color: #FFF;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 0px;
font: 0px Arial;
background-color: #FFF;
color: #FFF;
cursor: move;
overflow: hidden;
width: auto;height: 20px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
background-color: #FFF;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: #FFF;
color: #FFF;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #FFF;
height: 11px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 11px; /*width of resize image*/
height: 11px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
