I want to set border color of field set. I am using class but this is not working properly because i want to remove fieldset default border color. so how can I use fieldset
It does appear red on Firefox and IE 8. But perhaps you need to change the border-style too.
border-style
.field_set{ border-color: #F00; border-style: solid; }
box