Just before the <form>, theres the DIV that contains the error
messages.
<div id="errorContainer">
<h4>There are errors in your enquiry submission, please see below
for details.</h4>
<ol>
<li><label for="firstname" class="error">Please enter your first
name</label></li>
<li><label for="lastname" class="error">Please enter your last
name</label></li>
<li><label for="email" class="error">Please provide either an
email address, home phone or mobile for us to get in touch with you.</
label></li>
</ol>
</div>