.dhtmlwindow {
background-color: white;
position: absolute;
border: 3px ridge;
visibility: hidden;
box-shadow: 0 0 7px 2px #666;
-webkit-box-shadow: 0 0 7px 2px #666;
-moz-box-shadow: 0 0 7px 2px #666;
}

.drag-handle { /*CSS for Drag Handle*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#C9CBCD',EndColorStr='#FFFFFF');
background-color: #C9CBCD;
color: #636466;
padding: 1px;
text-indent: 3px;
font: bold 12px Arial;
cursor: move;
overflow: hidden;
width: 100%;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 1px;
cursor: pointer;
}

.drag-contentarea { /*CSS for Content Display Area div*/
background-color: white;
color: black;
height: 150px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
background-color: #DDDDDD;
border-top: 1px solid gray;
height: 13px; /*height of resize image*/
}

.drag-statusbar {
float: left;
font-size: 0;
}

.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;
}
