Código PHP:
<table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<form name="votos_m" action="block-voto/count.php" method="post">
<tr>
<td width="100%">
<font face="Verdana" size="2"><center>Puntos:<br></font>
<select size="1" name="voto_check">
<option value="1">1</option>
<option value="2">2</option>
<option selected value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</center>
</td>
</tr>
<tr>
<td width="100%"><center><input type="button" value="Votar" onClick="javascript:PopWindow('11')"></center></td>
</tr>
</form>
</table>