.dhtmlwindow{
position: absolute;
border: 2px solid grey;
visibility: hidden;
background-color: white;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
}