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