$(document).ready(function(){
	$("input.error").blur(function(){
		$(this).removeClass("error");
	});
});
