.dhtmlwindow{
position: absolute;
visibility: hidden;
background: #;
padding:33px 0px;
}

.drag-handle{ /*CSS for Drag Handle*/
position:absolute;
height:26px;
top:0;
left:30px;
right:40px;
text-align:center;
padding:27px 0px 0px 0px;
font: bold 14px Arial;
text-shadow:#777 1px 1px 3px;
color: #111;
cursor: move;
overflow: hidden;
background:url(windowtop.png) top repeat-x;
}

.windowtopleft {
	background:url(windowtopleft.png)top left no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:50px;
	}
	
.windowtopright {
	background:url(windowtopright.png);
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:50px;
	}
	
.windowtop {
	background:url(windowtop.png) top repeat-x;
	position:absolute;
	top:0px;
	left:40px;
	right:40px;
	height:50px;
	z-index:1;
	}
	
	
.drag-statusarea .windowbottomleft {
	background:url(windowbottomleft.png)bottom left no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	width:40px;
	height:34px;
	}
		
.drag-statusarea .windowbottom {
	background:url(windowbottom.png)bottom repeat-x;
	position:absolute;
	bottom:0px;
	left:40px;
	right:40px;
	height:34px;
	}

.drag-resizearea{ /*CSS for Resize Area itself*/
	background:url(windowbottomright.png)bottom right no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:40px;
	height:34px;
	cursor:move;
}
	
	
.windowleft {
	background:url(windowleft.png) left repeat-y;
	position:absolute;
	top:50px;
	left:0px;
	bottom:34px;
	width:21px;
	}
	
.windowright{
	background:url(windowright.png) right repeat-y;
	position:absolute;
	top:50px;
	right:0px;
	bottom:34px;
	width:21px;
	}

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

* 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*/
color: black;
padding: 0;
margin:17px 21px 1px 21px;
overflow: auto;
/* background:url(windowbg.png); IF YOU WANT A TRANSPERANT BACKGROUND*/
background: #fff;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background:#;
}

