$(function()
{
	$("#login_button, #register_button").button();
	
	$("#tabs").tabs()
		.find("ui-corner-top").removeClass()
			.end();
});
