#dhtmlgoodies_xpPane{
	margin: 0;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
	margin-bottom: 18px;
}
#dhtmlgoodies_xpPane .panelContent{
	overflow:hidden;
	position:relative;
	clear:both;
}
#dhtmlgoodies_xpPane .xpanelContent div{
	position:relative;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		background: #f90;
		height:18px;
		padding: 0 2px 0 0;
		cursor:pointer;
		overflow:hidden;		
	

}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:18px;
		vertical-align:middle;
		font-family:arial;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		float:left;
		padding-left:6px;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
	float:right;
	cursor:pointer;
}
