.dhtmlwindow { position:absolute; visibility:hidden; border:0px solid black; }


.clear { clear:both; }

.border-top  { background:none; height:10px; }
.border-top .modal-top-left { float:left; display:block; margin-left:-10px; width:10px; height:10px; background:url(images/border-tl.png) no-repeat; }
.border-top .modal-top-bg { display:block; float: left; width:100%; height:10px; background:url(images/border-bg.png) repeat-x top;}
.border-top .modal-top-right { float:right; display:block; margin-right:-10px; width:10px; height:10px; background:url(images/border-tr.png) no-repeat; }


.drag-handle { padding:15px; font:bold 16px Arial,serif; background-color:#045D8A; color:#045D8A; cursor:move; overflow:hidden; width:auto; border-bottom:1px solid #000000; }

.drag-handle .drag-controls { position: absolute; right:5px; top:15px; cursor: hand; cursor: pointer; }
* html .drag-handle{ width: 100%; }

.border-sides { margin:0 -10px; padding:0 10px; background:url(images/border-bg.png); }
.drag-contentarea-container { background-color:#FFFFFF; }
.drag-contentarea { background-color:#FFFFFF; color:#000000; height:150px; padding:2px; overflow:auto; }
.drag-contentarea iframe { border:0 none; }


.drag-statusarea{ height:13px; background:#FFFFFF; }

.drag-resizearea{ float:right; width:13px; height:13px; cursor:nw-resize; font-size:0; }


.border-bottom  { background:none; height:9px; }
.border-bottom .modal-bottom-left { float:left; display:block; margin-left:-10px; display:inline-block; width:10px; height:10px; background:url(images/border-bl.png) no-repeat; }
.border-bottom .modal-bottom-bg { float: left; display:block; width:100%; height:10px; background:url(images/border-bg.png) repeat-x; }
.border-bottom .modal-bottom-right { float:right; display:block; margin-right:-10px; width:10px; height:10px; background:url(images/border-br.png) no-repeat; }

.dhtmlwindow .win-close { display: block; width: 15px; height: 15px; background: url(images/button-close.png)}