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