.dhtmlwindow{
position: absolute;
border: 0px solid black;
visibility: hidden;
background-color: transparent;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 3px;
font: bold 14px Arial;
margin:0px 10px 0px 10px;
background: transparent url(/carosello/js/themes/spread/top-middle.gif) repeat-x 0 0;			
  width:10px;
  height:25px;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border: 1px solid #89B4C5;
background-color: #eeeeee;
color: black;
height: 150px;
padding: 10px;
overflow: auto;
}
#top-left{ background: transparent url(/carosello/js/themes/spread/left-top.gif) no-repeat top left;
position:absolute;
top:0; left:0;
float: left;
width: 10px; /*width of resize image*/
height: 25px; /*height of resize image*/
}
#bottom-left{ background: transparent url(/carosello/js/themes/spread/bottom-left-c.gif) no-repeat top left;
position:absolute;
top:0; left:0;
float: left;
width: 10px; /*width of resize image*/
height: 10px; /*height of resize image*/
}

#top-right{ background: transparent url(/carosello/js/themes/spread/right-top.gif) no-repeat top right;
position:absolute;
top:0; right:0;
width: 10px; /*width of resize image*/
height: 25px; /*height of resize image*/
}

#bottom-right{ background: transparent url(/carosello/js/themes/spread/bottom-right-c.gif) no-repeat top left;
position:relative;
top:0; right:0;

width: 10px; /*width of resize image*/
height: 10px; /*height of resize image*/
}


.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background: #54BEE8 url(/carosello/js/themes/spread/bottom-middle.gif) top left repeat-x;
height: 10px; /*height of resize image*/
margin:0px 0px 0px 0px;
position:relative;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float:right;
width: 10px; /*width of resize image*/
height: 10px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}