$(function(){
	$('#login_button').click(function(){
			$('#login_form').submit();
			return false;
		});
});

