<html dir="rtl">
<form action="poll.php" method="get">
	<input type="hidden" name="s" value="$session[sessionhash]">
	<input type="hidden" name="action" value="pollvote">
	<input type="hidden" name="pollid" value="$pollinfo[pollid]">
	<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
	<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
	<tr>
	<td bgcolor="{firstaltcolor}" align="center" colspan="4"><smallfont><b>$pollinfo[question]</b></smallfont></td>
	</tr>
	$pollbits
	</table>
	</td></tr></table>
	<table cellpadding="2" cellspacing="0" border="0" width="100%" {tableinvisibleextra} align="center">
	<tr>
	<td style="font-size: 8pt" align=center><smallfont><br><input type="submit" class="bginput" value="Vote!" style="font-size: 8pt"><br><br>
    <a href="poll.php?s=$session[sessionhash]&action=showresults&pollid=$pollinfo[pollid]">Result</a>
	</smallfont></td></tr>
	</table>
	</form>