<form name="form1" method="post" action="{$urls['poll_vote']}">
<table width="100%" cellspacing="1" cellpadding="4" class="outborder" align='center'>
<tr>
<td class='cat_block'>Poll: {$poll_info['name']}</td>
</tr>
<tr>
<td class='contentbox1'>
<br />
<div align="center">
<b>{$poll_info['name']}</b><br /><br />
{$poll}
</div>
<br />
</td>
</tr>
<tr>
<td width='100%' class='blockend'><img src='{$site_config['site_url']}templates/{$site_config['template']}/images/spacer.gif' width='2px' height='1px' alt="" title="" /></td>
</tr>
</table>
</form>
<br />