.drag-handle{
background-color: #03277C;
-moz-border-radius:6px 6px 0px 0px;
}
.dhtmlwindow{
position: absolute;
-moz-border-radius:5px 5px 5px 5px;
visibility: hidden;
}
.drag-handle{
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.drag-handle .drag-controls{
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
* html .drag-handle{
width: 100%;
}
.drag-contentarea{
-moz-border-radius:0px 0px 6px 6px;
background-color: white;
height: 150px;
padding: 1px;
overflow: auto;
}
.drag-statusarea{
background-color: #F8F8F8;
height: 13px;
}
.drag-resizearea{
float: right;
width: 13px;
height: 13px;
cursor: nw-resize;
font-size: 0;
}
