
/* Styles for button icons. */
.smoothyIcons {
  background-repeat   : no-repeat;
  background-position : 0px;
  width               : 20px;
  height              : 18px;
  text-align          : center;
}
.smoothyIconSearch {
  background-image    : url("images/icons/icon_search.gif");
}
.smoothyIconSaveLocation {
  background-image    : url("images/icons/icon_save.gif");
}
.smoothyIconYes {
  background-image    : url("images/icons/icon_yes.gif");
}
.smoothyIconNo {
  background-image    : url("images/icons/icon_no.gif");
}
