<txp:comments_error />

<table>

	<tr>
	  <td class="tdleft">
	   	<label for="name"><txp:text item="Name" /></label>
	  </td>
   <td class="tdright">
	  	<txp:comment_name_input />
	  </td>
	</tr>

	<tr>
	  <td class="tdleft">
	  	<label for="email"><txp:text item="Email" /></label>
	  </td>
	  <td class="tdright">
	  	<txp:comment_email_input />
	  </td>
    </tr>

	<tr> 
	  <td class="tdleft">
	  	<label for="web">http://</label>
	  </td>
	  <td class="tdright">
	  	<txp:comment_web_input />
	  </td>
	</tr>

	<tr>
	  <td class="tdleft">
	  	&nbsp;
	  </td>
	  <td class="tdright">
	  	<txp:comment_message_input />
	  </td>
	</tr>

	<tr>
	  <td class="tdleft"><txp:comment_remember /></td>
	  <td class="tdright">
		<txp:comments_help />
	  </td>
	</tr>
	
	<tr>
	  <td class="tdleft">&nbsp;</td>
	  <td class="tdright">
		<txp:comment_preview />
		<txp:comment_submit />
	  </td>
	</tr>

  </table>