I do not often recommend this, but please use the table. They are old fashioned, but they work VERY GOOD for the forms.
<table>
<tr>
<td>Label1</td><td><input type="text" /></td><td></td><td></td>
</tr>
<tr>
<td>Label2</td><td><input type="text" /></td><td></td><td></td>
</tr>
<tr>
<td>Label3</td><td><input type="text" /></td><td><input type="button" /></td><td><input type="button" /></td>
</tr>
</table>
EDIT:
http://jsfiddle.net/h3ZPk/6/
Hidde source
share