$(function(){
	$('input[type=button], input[type=submit], button').button().css({'font-size':'90%'});
});
