var ERR_MSG_USERNAME = 'This field must consist of 4 to 12 English letters and/or numbers, without spaces.  One dot (.) or underscore (_) is allowed.';
var ERR_MSG_NAME = 'This field can be up to 50 characters long, and may include the following symbols: ’,", - and spaces.';
var ERR_MSG_EMAIL = 'This field must be between 5 and 50 characters long, and may include the following symbols: @, -, _ and the period sign, but no spaces.';
var ERR_MSG_PLACE = 'This field can be up to 50 characters long.';
var ERR_MSG_AMOUNT = 'You are allowed to transfer any amount up to $1000';
var ERR_MSG_ACCEPT = 'Please read and agree to the Terms and Conditions.';