.dhtmlwindow {
    background-color: #FFFFFF;
    border: 1px solid #962F34;
    position: absolute;
    visibility: hidden;
}
.drag-contentarea img{
	height:100%;width:100%;
}
.drag-handle {
    background-color: #E4580C;
    color: #FFFFFF;
    cursor: move;
    font: bold 14px Arial;
    opacity: 1;
    overflow: hidden;
    padding: 1px;
    text-indent: 3px;
    width: auto;
}
.drag-handle .drag-controls {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 2px;
}
* html .drag-handle {
    width: 100%;
}
.drag-contentarea {
    background-color: #FFFFFF;
    border-top: 1px solid #A52A2A;
    color: #000000;
    height: 450px;
    overflow: auto;
    padding: 2px;
}
.drag-statusarea {
    background-color: #F8F8F8;
    border-top: 1px solid #808080;
    height: 13px;
}
.drag-resizearea {
    cursor: nw-resize;
    float: right;
    font-size: 0;
    height: 13px;
    width: 13px;
}
