.dhtmlwindow{
position: absolute;
visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
cursor: move;
overflow: hidden;
width:20px;
height:20px;
position:absolute;
right:-24px;
top:-7px;
}

.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*/

color:#fff;
padding: 2px;
overflow: auto;
width:396px;
background:#015bb8;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
padding:10px;
}
.drag-contentarea a { color:#fff; font-weight:bold;}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
display:none!important;
}


.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;
}