.dhtmlgoodies_window{
	width:300px;
	font-family: verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	overflow:hidden;	
	z-index:10000;	
}
.dhtmlgoodies_window div{
	position:relative;
}
.dhtmlgoodies_window .dhtmlgoodies_window_top{
	width:100%;
	height:17px;
	position:relative;
	background-color: #55708c;
}
.dhtmlgoodies_window .top_buttons{
	float:right;
	z-index:10;
	position:absolute;
	right:0px;
	width:35px;
}
.top_buttons{
    text-align:right;
}
.top_buttons img{
    float:none;
    padding-left:2px;
}
.dhtmlgoodies_windowMiddle{
	border-left:3px solid #55708c;
}
.dhtmlgoodies_windowContent{
    border-right:3px solid #55708c;
    padding-left:5px;
    padding-right:2px;
    height:100%;
    background-color:#FFF;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:scroll;
}
.dhtmlgoodies_window_bottom{
    border-left: 3px solid #55708c;
    border-right:3px solid #55708c;
    border-bottom: 3px solid #55708c;
    position:relative;
    background-color:#FFFFFF;
}
.dhtmlgoodies_window_bottom_close
{
	cursor: pointer; 
	color: #021397; 
	text-decoration: underline; 
	text-align:center;
}
.dhtmlgoodies_window_bottom img{
	float:right;
}
.topCenterImage{
	position:absolute;
	left:3px;
	width:5000px;
	height:17px;
}
.resizeImage{
	position:absolute;
	right:1px;
	bottom:1px;
}