$('#text-3').click(function() { 
	$('#popupForm').show();
});

$('#close').click(function() { 
	$(this).parent().hide();
});
