
 $(document).ready(function() {
		if ($('div.tx-thmailformplus-pi1 ul').length) {
			$('div.tx-thmailformplus-pi1 ul').eq(0).attr('id','errors');
			$("div.tx-thmailformplus-pi1 li").css('color','red');
			var target = $("#errors").offset().top - 50;
			$('html,body').animate({scrollTop: target}, 500);
			return false;
			
		}
 });
 
