<div class="post">
<txp:if_comments_error>
	<h3 id="cpreview" class="error">The field/s marked in orange below need to be fixed before the form can be processed.</h3>

	<txp:comments_error wraptag="ul" break="li" />
<txp:else />
	<txp:if_comments_preview>
		<h3 id="cpreview" class="note">This is only a preview of your comment, make changes, or <a href="#publish">submit</a> your comment to finish.</h3>
	</txp:if_comments_preview>
</txp:if_comments_error>

<ul>
	<li><label class="left">Name *</label>
		<txp:comment_name_input /></li>

	<li><label class="left">Email *</label>
		<txp:comment_email_input /></li>

	<li><label class="left">Website</label>
		<txp:comment_web_input /></li>

	<li><label id="comment_label" class="left">Comment *</label>
		<txp:comment_message_input />
		<p class="comments_help">Fields marked with an [ * ] are required<br />
			You may use <a href="http://textile.thresholdstate.com/">Textile</a> to style your comments.</p></li>

<li id="publish">
<txp:if_comments_preview>
<span class="preview"><txp:comment_preview /></span>
<txp:comment_submit />
<txp:else />
<txp:comment_preview />
</txp:if_comments_preview>
</li>
</ul>
</div>