Hello indecan,
to add a background image (like the one with the pizza on my demo server), just do this:
Edit your form, go to the form style tab, and place this code there:
| Code: |
<style>.forme{background:url(http://path_to_your_image/image.jpg) no-repeat;}</style>
|
Replace no-repeat with repeat-x or repeat-y if you wish to make your image repeat. or leave empty to make it repeat x and y.