button.wait {
	text-indent: -9999px; /* See: https://css-tricks.com/css-image-replacement/ (Technique #3) */
	background-image: url("../images/ajax-loader.gif"); /* we do not want to modify the bg color with 'background'*/
	background-position: center;
	background-repeat: no-repeat;
}