Hey! Great modification.
You should edit the template thing a little bit though.
This:
Code:
<div><label for"ip_maxoptions">$vbphrase[max_options_multiple_poll] <input name="maxoptions" id="ip_maxoptions" value="$maxoptions" size="2" /></label>
should become:
Code:
<div><label for"ip_maxoptions">$vbphrase[max_options_multiple_poll] <input name="maxoptions" id="ip_maxoptions" value="$maxoptions" size="2" class="bginput" /></label></div>
This way, it will recognize any custom CSS for input fields, as well as close the <div> tag unless there's a reason you didn't close it.