$(function(){
	$('input.error, select.error, textarea.error').click(function(){
		$(this).removeClass('error');
	});
});