$(function() {
	$('#search_form input:visible:first').focus();
});

