.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;

}

.drag-handle{ /*CSS for Drag Handle*/
padding: 15px;
text-indent: 3px;
font: bold 14px Arial;
background-color:#555;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 10px;
top: 10px;

cursor: hand;
cursor: pointer;

}




