.dhtmlwindow{
position: absolute;
border: 2px solid #000;
visibility: hidden;
background-color: #lalala;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;
text-indent: 3px;
font: bold 14px Arial;
background: url(http://www.paristech.com/images/nav_bg2.jpg) repeat-x;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 5px;
top: 2px;
cursor: pointer;
margin: 5px;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background: url(http://www.paristech.com/images/bg.jpg) repeat-x #FFFFFF;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-contentarea p{
	font-family: Arial, Helvetica, "Century Gothic", sans-serif;
	font-size: 12px;
	color:#333333;
	letter-spacing: 0.03em;
	text-align:justify;
	padding: 0px;
	margin: 10px 0px;
}

.drag-contentarea #box{
	background:#ffffff;
	line-height: 18px;
	padding:10px;
	margin:10px;
	border:#CCCCCC 1px dashed;

}


.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background: url(http://www.paristech.com/images/nav_bg2.jpg) repeat-x;
height: 13px; /*height of resize image*/
}


.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;
}