.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	background-color: #F4F4F4;
	opacity: .95;
	filter: alpha(opacity=96);
	padding: 0px;
	text-indent: 3px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color:#DDDDDD;
	padding: 0px;
	border-top: 1px solid #470401;
	border-left: 1px solid #5E0501;
	border-right: 1px solid #5E0501;
}

.drag-handle{ /*CSS for Drag Handle*/
	background-image: url('../../../index_images/gruppo_santangelo_immobiliare_real_estate_roma5_r5_c6.jpg'); 
	overflow: hidden;
	width: auto;
	height:26px;
	padding: 0px;
	cursor: move;
	padding:1px;
}
.drag-handleB{ /*CSS for Drag Handle*/
	background-image: url('../../../index_images/gruppo_santangelo_immobiliare_real_estate_roma5_r5_c6.jpg'); 
	overflow: hidden;
	width: auto;
	height:26px;
	padding: 0px;
	cursor: move;
	padding:1px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
	border: 0px solid #DDDDDD;
	padding: 0px;
	color:#FFFFFF;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
	padding: 0px;
	border-top: 1px solid #470401;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	background-image: url('../../../layout/gruppo_santangelo_immobiliare_real_estate_roma_back.jpg'); 
	height: 26px; /*height of resize image*/
	border: 0px solid #DDDDDD;
	padding: 0px;
}


.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;
	border: 0px solid #DDDDDD;
	padding: 0px;
}