var validationSet = {
	
	'email' : {
		'regexp': /^.+?@.+?\..+$/,
		'error': 'The e-mail address you entered is invalid. ' +
		'It should be of the form user@example.com.'
	}
};
