$(document).ready(function(){
	$('.contact-close').click(function(){
		$(this).parent().fadeOut()
		return false;
	});
});

