You could also use in your stylesheet
#cartAdd br {display: none;}
instead of editing code. That was something I didn't know about when I first rearranged the add to cart box on my site.
And
#cartAdd input {vertical-align: middle;}
will center the elements vertically instead of leaving them sitting on a baseline and looking odd.



