#dhtmlwindowoverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    z-index: 99;
    opacity: 0.70;
    filter: alpha(opacity=70);
    bottom: 0
}
#dhtmlwindowholder { z-index: 100 }
.dhtmlwindow {
    position: absolute;
    border-top: 5px solid #f99631;
    border-bottom: 1px solid #f99631;
    border-right: 5px solid #f99631;
    border-left: 5px solid #f99631;
    visibility: hidden
}
.drag-handle { /*CSS for Drag Handle*/
    padding: 2px 0;
    background: #f99631;
    cursor: move;
    width: auto;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center
}
.drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
    right: 0;
    top: 0
}
.drag-controls a { /*CSS for controls (min, close etc) within Drag Handle*/
    float: left;
    width: 58px;
    height: 20px;
    text-decoration: none;
    background: #f99631 url(../../layer-view-image/common/btn-cerrar-off.png) top left no-repeat
}
.drag-controls a:hover {
    background: #f9a144 url(../../layer-view-image/common/btn-cerrar-over.png) top left no-repeat
}
* html { /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
    width: 100%
}
.drag-contentarea { /*CSS for Content Display Area div*/
    background: #fcfbfb;
    color: black;
    height: 150px;
    padding: 2px;
    visibility: visible
}
.drag-foothandle { /*CSS for Drag Footer Handle*/
    float: left;
    width: 97%;
    height: 14px;
    cursor: move
}
.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
    padding: 5px 0 0 0;
    background: #f99631;
    height: 14px
}
.drag-resizearea { /*CSS for Resize Area itself*/
    float: right;
    width: 3%; /*width of resize image*/
    height: 14px; /*height of resize image*/
    cursor: nw-resize;
    font-size: 0
}