.dhtmlwindow{
position: absolute;
border: 1px solid #414141; /*// толщина и цвет рамки окна*/
visibility: hidden;
background-color: #FFFFFF;/*#EEEEEE;   /* цвет заливки окна*/
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;  /*// размеры заголовка*/
text-indent: 15px; /*// размеры заголовка*/


font-family: Arial Helvetica sans-serif;
color: #5F5F5F;
/*font-size: 11px; */
font: bold 11px;
background-color: #FF6600; /*#FF6600;*/
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 4px; /*// кнопки на окне*/
top: 1px; /*// кнопки на окне*/
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #EBEBEB; /*// высота и цвет под шапкой заголовка*/
background-color: #EBEBEB;
color: #414141; /*// цвет текста в окне*/
border: 0px solid #EBEBEB;
height: 0px solid #EBEBEB; 
padding: 0px solid #EBEBEB; 
overflow: auto;
border: 0px solid #EBEBEB;
border-width: 0px solid #EBEBEB;


}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid grey;
background-color: #FFFFFF;
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: 10;
}