$(document).ready(function() {
	$('form:not(.filter) :input:visible:first').focus();
});
