$(function() {
	setTimeout(function() {
		$('#error-message').fadeOut(1000);
	}, 8000);
});
