// ***** EMAIL VALIDATION ******* //
		
$(function(){
		   
	if ($.browser.version == "7.0"){
		
		var ie7 = (document.all && !window.opera && window.XMLHttpRequest) ? true : false
		if (ie7 == true){
			$('.NewSection').css('top', '78px');
			$('.LookingToLive a').css('marginBottom','-10px');
		}
	
	}

});
