$(document).ready(function() {
 

	$("#close_error").click(function(){
	  $("#error_box").fadeOut("slow");	
	});

});