This is the code im working from:
It was going to be a fluid width form but it caused too many problems and incompatibility. Ive opted for a fixed width form but im confused now, because I have the form overflowing the div. Should I be specifying the width of the field wrapper or the field itself to fix this?
Since you’re working in a set div width there is no reason to work in percentages for the input field sizes. Change the input field to a fixed width. There is no reason to actually have the field wrapper that I can see. http://jsfiddle.net/calder12/GCt3z/44/