in the CFFORM

<cfinput name="lastname" type="text" label="Last Name"
style="overflow:visible" width="200" maxlength="400">

this one would not allow to stretch the input box when it is overflowed


in the Fom

<input name="lastname" type="text" style="overflow:visible" > this will
stretch the input box when it is overflowed