$(function() {		
	$( "input:submit" ).button();
	$( "input:reset" ).button();
});
