.dhtmlwindow{
position: absolute;
border: 0px  black;
background-color: gray;
}




.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: black;
color: black;
height: 0px;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
