/**
 * Default messages for form errors.
 */
var formMessages = {
  'email' : '* Enter your <b>Email</b><br />',
  'emailExist' : '* An account with the email already exists, please provide another email. If the email you provided is yours you can retrieve your account information <a href="/job-seekers/forgot.php" class="accent-link">here</a>.<br />',
  'emailInvalid' : '* <b>Email</b> not valid<br />',
  'emailConfirm' : '* Please confirm your <b>Email</b><br />',
  'confirmEmailInvalid' : '* <b>Confirm Email</b>  not valid<br />',
  'confirmEmailMismatch' : '* <b>Confirm Email</b> must match <b>Email</b><br />',

  'password' : '* Enter your <b>Password</b><br />',
  'passwordLength' : '* <b>Password</b> must be over 8 characters<br />',
  'confirmPass' : '* Enter your <b>Confirm Password</b><br />',
  'confirmPassLength' : '* <b>Confirm Password</b> must be over 8 characters<br />',
  'passwordMismatch' : '* <b>Passwords don\'t match</b><br />',

  'phone' : '* Enter your <b>Phone</b><br />',
  'phoneInvalid' : '* Enter a valid <b>Phone</b><br />',
  'faxInvalid' : '* Enter a valid <b>Fax</b><br />',

  'address' : '* Enter your <b>Address</b><br />',

  'city' : '* Enter your <b>City</b><br />',
  'state' : '* Enter your <b>State</b><br />',
  'province' : '* Enter your <b>Province</b><br />',
  'stateEmphasis' : '* You must select a <b>State</b><br />',
  'zip' : '* Enter your <b>Postal Code</b><br />',
  'country' : '* Enter your <b>Country</b><br />',

  'firstname' : '* Enter your <b>First Name</b><br />',
  'lastname' : '* Enter your <b>Last Name</b><br />',
  'fullname' : '* Enter your <b>Name</b><br />',

  'noEmailSpam' : '* No email addresses or @ signs allowed in description due to spam control<br />',
  'noUrlSpam' : '* No websites are allowed, please remove and resubmit<br />',

  'salary' : '* Enter your <b>Salary</b><br />',
  'resume' : '* Enter your <b>Resume</b><br />',
  'jobType' : '* Enter your <b>Job Type</b><br />',
  'jobTitle' : '* Enter your <b>Job Title</b><br />',
  'jobContact' : '* Enter your <b>Job Contact Email</b><br />',
  'jobDescription' : '* Enter your <b>Description</b><br />',

  'companyName' : '* Enter your <b>Company Name</b><br />',
  'companyDescription' : '* Enter your <b>Company Profile</b><br />',

  'userType' : '* Enter your <b>User Type</b><br />',
  'subject' : '* Enter your <b>Subject</b><br />',
  'message' : '* Enter your <b>Message</b><br />',

  'emailOptin' : '* Please enter your email',
  'emailOptinInvalid' : '* Email not valid',

  'occupation' : '* Enter your <b>Occupation</b><br />',
  'comments' : '* Enter your <b>Comments</b><br />',
  'selectOne' : '* Please select one.<br />',
  
  'twitterUser' : '* Enter your <b>Twitter Username</b><br />',
  'twitterPass' : '* Enter your <b>Twitter Password</b><br />'
};
