<!-- new customer appointment email template -->
  <table width="629" style="font-family: 'Arial', sans-serif;" bgcolor="FFFFFF">
      <tr><td>Intro text goes here</td></tr>
      <tr><td><h1>Appointment Details</h1></td></tr>
      <tr><td>
      	<table>
      		<tr><td width="300">Day</td><td>__day__</td></tr>
      		<tr><td>Date</td><td>__date__</td></tr>
      		<tr><td>Time</td><td>__time__</td></tr>
      		<tr><td>Service</td><td>__service__</td></tr>
      		<tr><td>Service Provider</td><td>__stylist__</td></tr>
      	</table>
      </td></tr>
      <tr><td><p>Dear __firstname__,</p>
      		<p>Your appointment is almost complete.</p></td></tr>
      <tr><td><a href="http://salonspa-mail.com/tools/confirmations/newcustomer-confirmation/confirm.php?email=__email__">Confirm Your Appointment</a></td></tr>
      <tr><td>Footer text goes here</td></tr>
  </table>


      			