I think sometimes its global, depending on your theme. Check on your stylesheet if you have something like:
input.textfield, textarea {width:500px;}
you could always add width using code above. Sometimes it might be:
.entry-content input
If you can't find any, then you can use the code above