Is there a way to add a specific class to a form that also affects the confirmation message. I have one particular form for which I'd like to specify a different style to it's confirmation message. At the moment I am wrapping the whole form in a div and using selectors to style. I was just wondering if there was another way so I could avoid the wrapper.
Thanks