$(
	function()
	{
		$('input:submit').button();
		$('a.button').button();
		$('a.small-button').button();
		$('div.button').button();
		$('div.big-button').button();
		$('div.support').button();
		$('td.object_action a').button();
		$('div.command').button();
	}
);

