.dhtmlwindow{
position: absolute;
border: 2px solid #FFFFFF;
visibility: hidden;
background-color: #999900;
margin:0;
padding:0;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #00FFFF;
color: white;
cursor: move;
overflow: hidden;
width: auto;
margin:0;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
cursor: hand;
cursor: pointer;
margin:0;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
/*border-top: 10px solid brown;
background-color: #0066FF;*/
color: black;
/*height: 150px;*/
padding: 0px;
overflow: auto;
margin:0;
}

/*.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*
border-top: 10px solid #0099CC;
background-color: #F8F8F8;
height: 13px; /*height of resize image*
}*/


/*.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;
background-color:#FF3300;
margin:0;
}*/