.dhtmlwindow{
	position: absolute;
	/*border: 1px solid #121953;*/
	border:1px solid black;
	visibility: hidden;
	background-color: white;
}

.dhtmlwindow .drag-handle {
	background-color: #FF0000;
	color:white;
	height:20px;
	line-height: 18px;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	/*border-bottom: 2px solid  #121953;*/
	cursor: move;
	overflow: hidden;
	width: auto;
	color: white;
	background:#FF0000;

	background-repeat: no-repeat;
	margin: 1px 1px 0 1px;
	
/*
	background-color:#F3F3FE;
*/
	
	
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}
.drag-controls {
	margin: 3px;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color:white;
	color: #121953;
	height: 150px;
	padding: 10px;
	overflow: auto;
	
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	/*background-color: #F8F8F8;*/
	background-color:#F3F3FE;
	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;
}
