ah ok
input box have this CSS rule: font-size:0px, so inherits font-size:0px; from container.
this input box is included in div with class "input-prepend" to display reset and geocode buttons in the same line of input, input-prepend have font-size:0px as CSS rule.
add this CSS to fix:
#jform_address{font-size: 14px}