/**
 * @author Rong
 */
var ZMsg = {
	FIRSTNAME_MESSAGE: 'Enter your first name',
	LASTNAME_MESSAGE: 'Enter your last name',
	DOB_NULL_MESSAGE: 'Enter your date of birth',
	EMAIL_NULL_MESSAGE: 'Enter your e-mail address',	
	EMAIL_INVALID_MESSAGE: 'Enter a valid e-mail address',
	CONFIRM_EMAIL_MESSAGE: 'Confirm your E-mail address',
	CURRENT_PWD_NULL_MESSAGE: 'Please enter current password',
	PWD_NULL_MESSAGE: 'Please enter a password',
	PWD_INVALID_MESSAGE: 'Password must include at least 1 number and 1 alphabetic letter',
	PWD_LENGTH_MESSAGE: 'Password must be 6-15 characters in length',
	CONFIRM_PWD_MESSAGE: 'Please verify your password',		
	ADDRESS_MESSAGE: 'Enter your address',
	CITY_MESSAGE: 'Enter your city',
	STATE_MESSAGE: 'Enter your state',
	ZIP_NULL_MESSAGE: 'Enter your zip',
	ZIP_INVALID_MESSAGE: 'Enter a valid zip',	
	COUNTRY_MESSAGE: 'Select your country',
	PHONE_NULL_MESSAGE: 'Enter your phone number',
	PHONE_INVALID_MESSAGE: 'Enter a valid phone number',
	EXPIRES_INVALID: 'Enter a valid expiration date',
	CARD_HOLDER_MESSAGE: 'Enter cardholder\'s name',	
	CARD_NUMBER_NULL_MESSAGE: 'Enter card number',
	CARD_NUMBER_INVALID_MESSAGE: 'Enter a valid card number',
	CARD_VISA_INVALID_MESSAGE: 'Enter a valid Visa number',
	CARD_MASTER_INVALID_MESSAGE: 'Enter a valid MasterCard number',
	CARD_AME_INVALID_MESSAGE: 'Enter a valid American Express number',
	CVV_NULL_MESSAGE: 'Enter security code',
	CVV_INVALID_MESSAGE: 'Enter a valid security code',
	AGREE_MESSAGE: 'Please accept our Terms of Service',
	RECAPCHA_MESSAGE: 'The Captcha code you entered was incorrect',
	DOMAIN_NULL_MESSAGE: 'Enter the name of your site',
	ACCOUNT_CANCEL_CONFIRM: 'The change will not be saved!',
	ACCOUNT_SAVE_DOB_EMPTY: 'Please enter your date of birth.',
	ACCOUNT_UPDATE_SUCCESS: 'Account information updated',
	SHIPPING_ADDRESS_ADD_SUCCESS: 'Shipping Address added.',
	SHIPPING_ADDRESS_DEL_SUCCESS: 'Shipping Address deleted.',
	SHIPPING_ADDRESS_DEL_CONFIRM: 'Are you sure want to delete this address?',
	SHIPPING_ADDRESS_UPDATE_SUCCESS: 'Shipping Address updated',
	PAYMETHOD_UPDATE_SUCCESS: 'Paymethod updated',
	PAYMETHOD_ADD_SUCCESS: 'Paymethod added.',
	PAYMETHOD_DEL_SUCCESS: 'Paymethod deleted.',
	PAYMETHOD_DEL_CONFIRM: 'Are you sure want to delete this paymethod?'
}