I’m not really a CSS expert, but you can style the individual elements. The whole plugin is wrapped in a div with an ID (WPOI). Just be more specific.
For the form for instance you then can use
#WPOI FORM {margin:10px}
or the button
#WPOI INPUT[TYPE=SUBMIT] {border:none; background-image:url(images/button.jpg)}
etc.
Hope this helps.