Hi,
You can override the width in css.
Open the file web/Data/Sites/[SiteID]/skins/[skinname]/stylelayout.css with a text editor. In a single site installation SiteID will be 1
add this to the bottom of the file
.contactform input { width:100%; }
save the file and refresh your browser.
Hope it helps,
Joe