formcheckLanguage = {
	hexcolorfont : "A valid Hexidecimal value is required above.<br/>Example: #FFFFFF",
	hexcolor : "A valid Hexidecimal value is required above.<br/>Example: #FFFFFF or Transparent",
	required: "The above field is required before you continue.",
	alpha: "This above field accepts alphabetic characters only.",
	alphanum: "This above field accepts alphanumeric characters only.",
	creditcard : "Please enter a valid credit card number above.<br/>Do not enter spaces.",
	cvv : "Please enter a valid CVV/CVC2/CID number above.",
	ccexpdate : "Please enter a valid expiration date above.<br/>Format: MM/YYYY or MM/DD/YYYY",
	nodigit: "No digits are accepted above.",
	digit: "The field above accepts numbers only. No Spaces.",
	digitmin: "The number above must be at least %0",
	digitltd: "The value above must be between %0 and %1",
	number: "Please enter a valid number above.",
	email: "Please enter a valid email above: <br /><span>E.g. yourname@domain.com</span>",
	image : 'This field should only contain image types:<br />.jpg, .jpeg, .png or .gif files are permitted.', 
	swf : 'This field should only contain a .swf movie.', 
	phone: "Please enter a valid phone above.",
	url: "Please enter a valid url  above: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "This field is different from %0.",
	differs: "This value must be different of %0.",
	length_str: "The length above is incorrect,<br/>it must be between %0 and %1.",
	length_fix: "The length above is incorrect,<br/>it must be exactly %0 characters.",
	lengthmax: "The length above is incorrect,<br/>it must be at max %0.",
	lengthmin: "The length above is incorrect,<br/>it must be at least %0.",
	words_min : "This field above must contain at least %0 words,<br/>currently: %1 words.",
	words_range : "This field above must contain %0-%1 words,<br/>currently: %2 words.",
	words_max : "This field above must contain at max %0 words,<br/>currently: %1 words.",
	checkbox: "Please check the box above.",
	radios: "Please select a radio above.",
	select: "Please select from the drop down above before you continue."
}
