/* Replace these form elements with Uniform-styled elements */
 
$(document).ready(function() {
	$("textarea, select, button").uniform();
});
