Harish, thanks for offering your help. I tried several ways and I gave up and wrote this post.
But I kept trying and what I did, and it worked, is that I modified the sylesheet in my theme, specifically the width field to:
input[type=”text”], input[type=”password”], input[type=”email”], input[type=”date”], input[type=”file”], input[type=”search”], input[type=”tel”], input[type=”url”] {
width: 200px;
height: 24px;
}
I really appreciate your help