/* CSS Document */
#dhtmlwindowholder {
 position: absolute;
 top: 30px;
 /*top: 30px;*/
 z-index:9990;
}
.dhtmlwindow{
	width: 778px;
	border: 2px solid #549C58;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	top: 30px;
}

.drag-handle{ /*CSS for Drag Handle*/
	background: url(icon/title.gif) repeat-x 0 top;
	font: bold 14px Arial;
	color: #FFFFFF;
	padding: 1px 10px 15px 10px;
	width: auto;
	cursor: move;
	overflow: hidden;
	z-index:9992;
}

.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
	z-index:9999;
}

.drag-controls img{
	margin-left: 6px;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
	overflow: auto;
	padding-left: 20px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 18px; /*height of resize image*/
	background-color: #ece9d8;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 18px; /*width of resize image*/
	height: 18px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
	background: transparent url(icon/resize.gif) no-repeat right bottom;
}
