
.dhtmlwindow{
position: absolute;
border: 2px solid #245DDB;
visibility: hidden;
background-color: white;
}


/*CSS for Drag Handle*/
.drag-handle{ 
padding: 1px;
text-indent: 1px;
font: 18px Arial;
background-color: #245DDB;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

/*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls{ 
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


 /*CSS for Content Display Area div*/
.drag-contentarea{
border-top: 0px solid #245DDB;  /* 0 al posto di 1 */
background-color: #245DDB;
color: #245DDB;
height: 150px;
 /* padding: 1px;               al posto di 2  *
overflow: auto;
}

/*CSS for Status Bar div (includes resizearea)*/
.drag-statusarea{ 
border-top: 1px solid #245DDB;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


/*CSS for Resize Area itself*/
.drag-resizearea{ 
float: right;
width: 13px;  /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}