Ok…. this is what I did and it looks better.
I added this to my theme css file
.entry-content .wpcf7 input { margin-bottom: 0; }
Then I deleted all of the p tags and br tags on each line and did this.
<p>Your Name (required) [text* your-name]
Your Email (required) [email* your-email]
Subject [text your-subject]
Your Message [textarea your-message]
[submit "Send"]</p>
That seemed to do it.