$(document).ready(function(){
	$("#btnRecuperaPassword").bind("click",function(){
		$('#recoverPassword').dialog('open');
	});
})
