input.add_button {
  background: transparent url(../images/icons/aqua/icon-add.gif) no-repeat center center;
}

input.update_button {
  background: transparent url(../images/icons/aqua/icon-save.gif) no-repeat center center;
}

input.edit_button {
  background: transparent url(../images/icons/aqua/icon-edit.gif) no-repeat center center;
}

input.email_button {
  background: transparent url(../images/icons/aqua/icon-email.gif) no-repeat center center;
}

input.clone_button {
  background: transparent url(../images/icons/aqua/icon-clone.gif) no-repeat center center;
}

input.reset_button {
  background: transparent url(../images/icons/aqua/icon-reset.gif) no-repeat center center;
}

input.browse_button {
  background: transparent url(../images/icons/aqua/icon-browse.jpg) no-repeat center center;
}

input.shopcart_button {
  background: transparent url(../images/icons/aqua/icon-shopcart.jpg) no-repeat center center;
}

input.compare_button {
  background: transparent url(../images/icons/aqua/icon-compare.jpg) no-repeat center center;
}

#compare_button, #checkout_button, #clearcart_button {
  background: url(../images/icons/aqua/button-compare.jpg) no-repeat top left;
}

#checkout_button {
  background: url(../images/icons/aqua/button-checkout.jpg) no-repeat top left;
}

#clearcart_button {
  background: url(../images/icons/aqua/button-clearcart.jpg) no-repeat top left;
}

#icon_print {
  background: url(../images/icons/aqua/icon-print.jpg) no-repeat top left;
  height: 16px;
  width: 25px;
  border: 0px;
}

#icon_search {
  background: url(../images/icons/aqua/icon-search.png) no-repeat top left;
  height: 22px;
  width: 23px;
  border: 0px;
  float: left;
  cursor: pointer;
}

#icon_cart {
  background: url(../images/icons/aqua/icon-cart.png) no-repeat top left;
  height: 22px;
  width: 23px;
  border: 0px;
  float: left;
  cursor: pointer;
}

#icon_compare {
  background: url(../images/icons/aqua/icon-compare.png) no-repeat top left;
  height: 22px;
  width: 23px;
  border: 0px;
  float: left;
  cursor: pointer;
}

#icon_display {
  background: url(../images/icons/aqua/icon-display.png) no-repeat top left;
  height: 22px;
  width: 23px;
  border: 0px;
  float: left;
  cursor: pointer;
}

#admin_tasks, #newsletter_form, #account_tasks, #order_history, #feature_list {
  list-style-image: url(../images/icons/aqua/icon-bullet.gif);
}

.editor_ok_button {
  background: transparent url(../images/icons/aqua/icon-save.gif) no-repeat center center;
}

.editor_cancel_button {
  background: url(../images/icons/aqua/icon-thumbdown.gif) no-repeat center center;
}

