Informational error messages

Nabeel, Is there any way of making error messages red and bold, for example when a user registers if for example they fail the human test this text gets lost on the page and its difficult to distinguish, if i can change a setting in the css to make these messages red and bold that would be excellent. Would you happen to know what the style or class is?

OK i have found it but an i ok to change it, i dont want to go screwing up the registration, errors are displayed as <p class"error">, the setting that works is <div id=“error”>.

Ill give it a go see what happens

Template::Set('message', 'Error message here');
Template::Show('core_error.tpl');