How To Change Css Of Errorsummary

Hi

How I can change Css of errorSummary ,like float box to right or anything

I added this code to form.css but I noted no effect




div.form.errorSummary ul li

{

display: inline;

list-style-type: none;

float:right; 

clear:right; 

}




Thanks in advance .

Hi samilo under app/css/form.css look for following css rule


div.form .errorSummary 

this is where all the form code is.

Thank You Ali