I have a seemingly easy problem to solve, but am struggling. How do I get these two inputs to align to the right of the form, without using the BR element ?
Try use this:
input { clear: both; float: right; margin-bottom: 10px; width: 100px; }