.dhtmlwindow{
position: absolute;
/* border: 2px solid black; */
visibility: hidden;
/* z-index:100000; */

}

.drag-handle{ /*CSS for Drag Handle*/
cursor: move;
font: bold 14px Arial;
color: #333333;

	background-image:url(../img/barra_azul.jpg);
	background-repeat:repeat-x;
	height:23px;
	margin:0px;
	padding-left: 10px;
	padding-top:5px;
	float:none;
	overflow:auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor:auto;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
border: 1px solid gray;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}

.drag-statusarea:hover{ /*CSS for Status Bar div hover */
background-color: gray;
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}