.dhtmlwindow {
    position: absolute;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    overflow:visible;
    width: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.drag-handle { /*CSS for Drag Handle*/
    padding-top: 10px;
    height: 36px;
    text-indent: 10px;
    font: 14.0pt Arial;
    background-color: #f0f0f0 ; /*#92bab8;*/
    cursor: move;
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-border-radius: 2px 2px 0 0px;
    -webkit-border-radius: 2px 2px 0 0px;
    border-radius: 2px 2px 0 0px;
}

    .drag-handle .drag-controls {
        position: absolute;
        right: 6px;
        top: 1px;
        cursor: hand;
        cursor: pointer;
    }

    .drag-controls {
       width:26px;
    }

* html .drag-handle {
    width: 100%;
}


.drag-contentarea {
    border: none;
    background-color: #fff;
    color: black;
    width: 100%;
    /*overflow: visible;*/
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.drag-statusarea {
    border-top: 0px solid gray;
    background-color: #F8F8F8;
    height: 13px;
}


.drag-resizearea {
    float: right;
    width: 13px;
    height: 13px;
    cursor: nw-resize;
    font-size: 0;
}

.fcorner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
