$(document).ready(function() {
	$("div.inner-form").animate({opacity: '0.8'},1200);	
});

