<!-- common.form.top.tpl -->
<div class="BodyContainer" style="margin-bottom:0;">
<table class="OuterPanel">
{if $PageTitle}
<tr>
<td class="Heading1" id="tdHeading">{$PageTitle}</td>
</tr>
{/if}
<tr>
<td class="Intro">
{if $PageIntro}
<div id="pageIntroText">{$PageIntro}</div>
{/if}
{template="message"}
<div>
<!-- /common.form.top.tpl -->