JQuery Validation, visualization of error messages

JQuery Validation, visualization of error messages

Hi guys,

I'm here to ask a quick (and i hope easy) question about how to customize the visualization of the error messages using the JQuery Validation plugin.
I'm looking for something like this demo :


Pratically i want to put an image next to each field with errors (in the example the errorElement+css option is used), but then i want to place the list of the error messages in a separate div at the bottom of the page.
How should i implement that?

A huge collection of others "messages positioning examples" using this plugin is also welcome!

Thanks in advance.