Go to plugins/Contact Form 7/modules/text.php
about line 66, change this:
else
$atts .= ' size="40"'; // default size
to this:
else
$atts .= ' size="32"'; // default size
I changed mine to 32 to work in my side bar, but you can play around with different numbers to see what works best in yours.