/* Icons for the ImageAreas */
.gbLink-imageareas_AdminImageAreas {
	background-image: url(../img/note.png) !important;
}

.gbLink-imageareas_AddArea {
	background-image: url(../img/note_add.png) !important;
}

.gbLink-imageareas_EditArea {
	background-image: url(../img/note_edit.png) !important;
}

.gbLink-imageareas_DeleteArea {
	background-image: url(../img/note_delete.png) !important;
}

.gbLink-imageareas_ToggleAreas {
	background-image: url(../img/note_hide.png) !important;
}

/* Settings for the input icons we're stealing by mimicking classnames */
.ia-editbar input, .ia-editbar textarea {
 padding: 5px 5px 5px 22px;
 background-repeat: no-repeat;
 background-position: 3px 3px;
}

