// JavaScript Document

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