$(document).ready(function() {	
	$('.success').animate({opacity: 1.0}, 3000).fadeOut(); 
});