Can't change CHtml::$errorCss

Hi.

I’m trying to change the css of the div containing the label+input+error message

If i’m right, i need to use CHtml::$errorCss on my view.

But even after i change that, my error div looks like


<div class="input error">....

Am i doing it wrong?

Is there an other way?