flexymsg = {
	required_dob: "<font color='red'>This field is required.</font>",
	required: "<br/><font color='red'>This field is required.</font>",	
	remote: "<br/><font color='red'>Please fix this field.</font>",
	email: "<br/><font color='red'>Please enter a valid email address.</font>",
	url: "<br/><font color='red'>Please enter a valid URL.</font>",
	date: "<br/><font color='red'>Please enter a valid date.</font>",
	dateISO: "<br/><font color='red'>Please enter a valid date (ISO).</font>",
	number: "<br/><font color='red'>Please enter a valid number.</font>",
	digits: "<br/><font color='red'>Please enter only digits.</font>",
	creditcard: "<br/><font color='red'>Please enter a valid credit card number.</font>",
	equalTo: "<br/><font color='red'>Please enter the same value again.</font>",
	accept: "<br/><font color='red'>Please enter a value with a valid extension.</font>",
	maxlength: "<br/><font color='red'>Please enter no more than {0} characters.</font>",
	minlength: "<br/><font color='red'>Please enter at least {0} characters.</font>",
	rangelength: "<br/><font color='red'>Please enter a value between {0} and {1} characters long.</font>",
	range: "<br/><font color='red'>Please enter a value between {0} and {1}.</font>",
	maxValue: "<br/><font color='red'>Please enter a value less than or equal to {0}.</font>",
	minValue: "<br/><font color='red'>Please enter a value greater than or equal to {0}.</font>",
	nodefind : "<br/><font color='red'> is not defined!</font>",
	novalue : "<br/><font color='red'> return value is required!</font>",
	customarray : "<br/><font color='red'>Custom function should return array!</font>",
	customfcheck : "<br/><font color='red'>Custom function should be present in case of custom checking!</font>"
};

