Can I adjust the width of the contact form so I can put a picture next to it?
You can customize the look of the form (and other elements of your site) with custom CSS. Try adding the following CSS to your theme's stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:
#post-66 .contact-form {
float:left;
width: 50%;
}
I hope this helps.