.dhtmlgoodies_window{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	overflow:hidden;	
	z-index:10000;	
}
.minimizeButton{
	position:relative;
	margin-right:2px;
	margin-left:2px;
	cursor: hand;
}

.closeButton{
	position:relative;
	margin-right:2px;
	margin-left:2px;
	cursor: hand;
}
.dhtmlgoodies_window div{
	float:right;
	position:relative;
}
.dhtmlgoodies_window .dhtmlgoodies_window_top{
	width:100%;
	height:17px;
	position:relative;
	background-color: #707070;
	border-bottom: #707070 1px solid;
}

.dhtmlgoodies_window .top_buttons{
	float:right;
	text-align:right;
	z-index:10;
	position:absolute;
	right:0px;
	width:100px;
}
.top_buttons img{
	padding-left:2px;
}
.dhtmlgoodies_windowMiddle{
	background-color: #EEEEEE;
	border-left: #707070 1px solid;
	border-right: #707070 1px solid;
	border-bottom: #707070 1px solid;
}
.dhtmlgoodies_windowContent{
	height:100%;
	overflow:hidden;
	background-color:#EEEEEE;
}
.dhtmlgoodies_window_bottom{
	position:relative;
	height:0px;
	background-color:#FFFFFF;
}
.dhtmlgoodies_window_bottom img{
	float:right;
}
.topCenterImage{
	position:absolute;
	left:3px;
	width:5000px;
	height:17px;
}
.resizeImage{
	position:absolute;
	right:1px;
	bottom:1px;
}