jQuery(document).ready(function() {
	jQuery('input[type=submit],input[type=button]').button();
});

