$(document).ready(function() {	
	$(".popup .button").click(function() {
		$(".popup").remove();
	});
});
