$( document ).ready( function(){
	$('input#mail').focus();
});
