.dhtmlwindow{
position: absolute;
border: 0px;
visibility: hidden;
background-color: #3c2619;
scrollbar-face-color: #f4c430;
scrollbar-arrow-color: #f4c430;
scrollbar-base-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-track-color: #000000;
}

.drag-handle{ /*CSS for Drag Handle*/

padding-left: 3px;
font: 12px Bookman Old Style;
padding-top: 2px;
padding-bottom: 2px;
background-color: #3c2619;
color: #bebebe;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid 000000;

color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid 000000;
background-color: #3c2619;
height: 13px; /*height of resize image*/
padding-top: 4px;
}


.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;
}
