The zipcode field is not aligned vertically with the city field next.
The site...
http://sorensonvision.com/resources/appointment/
And a screenshot
http://sorensonvision.com/wp-content/uploads/2011/08/Screen-shot-2011-08-18-at-10.42.34-AM.png
The zipcode field is not aligned vertically with the city field next.
The site...
http://sorensonvision.com/resources/appointment/
And a screenshot
http://sorensonvision.com/wp-content/uploads/2011/08/Screen-shot-2011-08-18-at-10.42.34-AM.png
something is introducing break tags into your form markup where there shouldn't be any.
screenshot: http://i.imgur.com/7sAKr.png
You'll need to test for a theme/plugin conflict to see where this additional markup is originating.
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
That theme uses the [raw] shortcode which is probably the source of this problem.
Some solutions explained in these threads:
http://www.gravityhelp.com/forums/tags/raw
Sometimes you can wrap the form code in the [ raw ] shortcode, or, just remove that raw shortcode from the theme, especially if you're not using it.
Wrapping the form itself in the [raw} shortcode works in some scenarios, but we've found that in some forms with complex conditional logic, that the [raw] shortcode may actually break the form itself.
I would second a vote for removing that shortcode function from your theme altogether, especially if you're not actively using it.