Having trouble with the alignment of a form on a test site? Check out the form located under the div#search-bar.
If you inspect the element, I have applied the following CSS:
div.nf-field-container {
width: 201px;
display: inline-block;
margin: 0px 2.5px 0px 2.5px; }
Despite this, the alignment issue persists. I even tried adding vertical-align:top without success.