I’m working within zend forms. Currently this is how it looks:

I want to align the ‘Suggest Subtest’ button so that it is inline with the bottom of the Subtest text area, like below;

I’ve created a jsfiddle with the code that I used; http://jsfiddle.net/g6SV5/
Appreciate any help.
Give each “row” a class of formRow with the following CSS:
Then style your submit button to be positioned absolutely at the bottom right of each row.
Live Example here -> http://jsfiddle.net/spacebeers/vNuZx/1/