<!-- IF ERROR -->
<table class="error" width="100%">
<tr>
<td width="10%">
<img src="{ERROR_IMG}" />
</td>
<td>
<!-- BEGIN error -->
<p>- {error.TXT}</p>
<!-- END error -->
</td>
</tr>
</table>
<!-- ENDIF -->