Stylesheets is the answer.
In the form tag put in some inline style sheet stuff.
If your form tag is:
<FORM METHOD="POST" ACTION="http://swapstick.com/swaps.nsf/albums+list?SearchView&searchfuzzy=true">
add in some inline style to stop the extra space: style="padding:0; margin:1; display:inline;"
<FORM style="padding:0; margin:1; display:inline;" METHOD="POST" ACTION="http://swapstick.com/swaps.nsf/albums+list?SearchView&searchfuzzy=true">
Styke sheets strike again.