I have my email and phone number fields using gf_left_half and gr_right_half but email is taking up a little too much space and pushing phone down.
How do I correct this.
Form: http://teamsfirst.ca/contact-us-2/
Snip:
<field id="9" size="medium" type="phone" phoneFormat="standard">
				<cssClass><![CDATA[gf_right_half]]></cssClass>
				<label><![CDATA[Phone]]></label>
			</field>
			<field id="10" size="medium" type="email">
				<cssClass><![CDATA[gf_left_half]]></cssClass>
				<label><![CDATA[Email]]></label>
			</field>
