I've validated my site css through css-validator.org and I'm seeing a problem Parse Error. Can someone explain what a Parse Error is, and how to resolve it?
My css is for .tSearchbox
.tSearchbox {
float: right;
width: 194px;
height: 34px;
border: 1px solid #d5d5d5;
border-radius:19px;
}