.icon-editor-grid-field-add-row {
    background-image: url(../images/editor-grid-field-add-row.gif) !important;
}

.icon-editor-grid-field-remove-row {
    background-image: url(../images/editor-grid-field-remove-row.gif) !important;
}
/* Form padding */
.gt-formcreator-panel {
    padding: 10px;
}

.gt-icon-combo-icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
	position: absolute;
}
 
/* X-BROWSER-WARNING: this is not being honored by Safari */
.gt-icon-combo-input {
    padding-left: 25px;
}
 
.x-form-field-wrap .gt-icon-combo-icon {
    top: 3px;
    left: 5px;
}
.gt-icon-combo-item {
    background-repeat: no-repeat;
    background-position: 3px 50%;    
}
/*
 * Min. height for overflow menus in toolbars
 */
.x-menu-item-text-default {
    min-height: 20px;
}
.gt-x-tree-checkbox-indeterminate {
    background-image: url(../images/tree-indeterminate-checkbox.gif);
}

.gt-x-tree-radio {
    background-image: url(../images/tree-radio.gif);
}
