Cheers, I've got it to apply the font size, but it wont adopt a border. This is what I'm using:
<SELECT class="box">....</SELECT>
SELECT.box
{
font-family:Tahoma,Verdana,Arial,Helvetica;
font-size: 11px;
border:1px solid #3333CC;
}
The style for my input boxes work spot on