Aligning Your Button with your Input

When attempting to line up a button with an input field that comes right before it (like a search) and they always look like they're down a couple pixels, a quick fix is to put your code for the input and button on one line, like so:


Then a simple CSS style of padding-top on the button class with align them.