$(function() {
	$(".kp-msgbox-close").click(function() {
		$(this).parent(".kp-msgbox").hide("fade", 250);
		return false;
	});
});
