$(document).ready(function(){
	if(jQuery.browser.msie) {
		$(".error").css("margin-top", "-2px");
	}	
});



