style not applied to check-fields

Hi,

I have the following style:

field.list
{
border-style: solid;
border-width: 0px 1px 1px 0px;
border-color: #cccccc #cccccc #cccccc #cccccc;
}

this works on all fields, with styleclass:; list.
But if I make the field a checkbox, I don’t see the style anymore.

What am I doing wrong??