Version 1.8 of Simple Contact Form has been released.
1.8 introduces the ability to modify the text above the form and the labels for the form fields. Also, you can remove the fieldset (the border around the whole form). See more details about the plugin here. As always, if you’ve got comments relating to the plugin, not the release, please comment on the plugin’s page at the link above.
Future releases are going to feature internationalization (i18n) for multiple language support, and integration to support the WP-reCAPTCHA plugin if it’s installed.

Hey,
how can i change the colour of the fieldset legend?
In your theme’s css file, scroll to the bottom and add
color:#ff0000;
}
That code makes it red. Change the hex value to change the color.
Also, for questions like this, please comment on the plugin page instead of the release post (this page), so that people who have the same questions in the future can find the answers in one place.