$(function()
{
	$('#formLogin').find('input,textarea').focus( function(){ $(this).select(); } );
});
