Hi,
You can add styles to the theme’s style.css or your child-theme’s style.css.
I’ve used Firebug to find the class names, and then added them in, eg:
/* This styles the error messages */
.wpcf7-form .wpcf7-not-valid-tip {
my styles here
}
Hope that helps…
Rob