.basicFormButton
{
  display: inline-block;
}

.showcaseIcon
{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 1px 4px;
  border: none;
  cursor: pointer;
}

.showcaseIconMini
{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px 3px 0px;
}

.showcaseIcon#recordDelete { background: url('showcaseIcons/show_delete.png') no-repeat; }
.showcaseIcon#recordEdit { background: url('showcaseIcons/show_edit.png') no-repeat; }
.showcaseIcon#recordSupercede { background: url('showcaseIcons/show_supercede.png') no-repeat; }
.showcaseIcon#recordApprove { background: url('showcaseIcons/show_approve.png') no-repeat; }
.showcaseIcon#recordUnapprove { background: url('showcaseIcons/show_unapprove.png') no-repeat; }
.showcaseIcon#recordRecover { background: url('showcaseIcons/show_recycle.png') no-repeat; }
.showcaseIcon#recordSetHidden { background: url('showcaseIcons/show_sethidden.png') no-repeat; }
.showcaseIcon#recordSetProtected { background: url('showcaseIcons/show_setprotected.png') no-repeat; }
.showcaseIcon#recordSetVisible { background: url('showcaseIcons/show_setvisible.png') no-repeat; }
.showcaseIcon#recordSetAdminOnly { background: url('showcaseIcons/show_setadminonly.png') no-repeat; }
.showcaseIconMini.addButton { background: url('showcaseIcons/show_plus_12px.png') no-repeat; }
.showcaseIconMini.delButton { background: url('showcaseIcons/show_minus_12px.png') no-repeat; }
.showcaseIconMini.editButton { background: url('showcaseIcons/show_edit_12px.png') no-repeat; }
