.button {
  border: 1px solid #AAAAAA;
  background-color: #EFEFEF;
  color: #028BBA;
  cursor: pointer;
}

.button_edit, .button_ok, .button_cancel, .button_delete, .button_new {
  border: 1px solid #AAAAAA;
  background-color: #EFEFEF;
  color: #028BBA;
  background-repeat: no-repeat;
  background-position: 1px;
  padding-left: 20px;
  cursor: pointer;
}

.button_icon_edit, .button_icon_delete,
.button_icon_first, .button_icon_previous, .button_icon_next, .button_icon_last {
  border: none;
  background-color: transparent;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.button_edit, .button_icon_edit {
  background-image: url('../../../_framework/images/16x16/edit.gif');
}

.button_ok {
  background-image: url('../../../_framework/images/16x16/ok.gif');
}

.button_cancel {
  background-image: url('../../../_framework/images/16x16/cancel.gif');
}

.button_delete, .button_icon_delete {
  background-image: url('../../../_framework/images/16x16/delete.gif');
}

.button_new {
  background-image: url('../../../_framework/images/16x16/new.gif');
}

.button_icon_first {
  background-image: url('../../../_framework/images/16x16/first.gif');
}

.button_icon_previous {
  background-image: url('../../../_framework/images/16x16/previous.gif');
}

.button_icon_next {
  background-image: url('../../../_framework/images/16x16/next.gif');
}

.button_icon_last {
  background-image: url('../../../_framework/images/16x16/last.gif');
}
