.saveButton {
  background: #FFFFFF !important;
  background-image: url(../images/buttons/save.gif) !important;
  background-repeat: no-repeat !important;
  border: 0px !important;
  width: 78px !important;
  height: 25px !important;  
}

.deleteButton {
  background: #FFFFFF !important;
  background-image: url(../images/buttons/delete.gif) !important;
  background-repeat: no-repeat !important;
  border: 0px !important;
  width: 78px !important;
  height: 25px !important;
  cursor: default;
}

.sendButton {
  background: #FFFFFF !important;
  background-image: url(../images/buttons/send.gif) !important;
  background-repeat: no-repeat !important;
  border: 0px !important;
  width: 78px !important;
  height: 25px !important;
  cursor: default;
}

.accountExportButton {
  background: #FFFFFF !important;
  background-image: url(../images/buttons/exportfromaccounts.gif) !important;
  background-repeat: no-repeat !important;
  border: 0px !important;
  width: 157px !important;
  height: 25px !important;
  cursor: default;
}

.searchButton {
  background: #FFFFFF !important;
  background-image: url(../images/buttons/search.gif) !important;
  background-repeat: no-repeat !important;
  border: 0px !important;
  width: 78px !important;
  height: 25px !important;
  cursor: default;
}
