CSS Validator Problems?

When I validate my CSS containing the following:

   .empno     { border-style: solid; border-width: 0 1px 0 1px;
border-color: black; }

the validator sends back 
 .empno{
    border-style: solid;
    border-width: 0 1px;
    border-color: black;
}

I don't understand what happened to the 3rd and 4th border-width parameters.
Is this a bug?

Glenn Mitchell
Contractor
Home Office
1-800-876-0178 x226

Received on Friday, 1 June 2001 16:47:25 UTC