You need to add a CSS Class to the entry and drop. I have the following in my custom CSS file and then just reference the CSS in the templates for the drop entry and drop list
.DropEntry
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FDFDFD;
padding-left: 2px;
border: 1px solid #BDBBBB;
height: 18px;
padding-right: 2px;
}
.DropEntryList
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FDFDFD;
height: 15px;
padding-left: 2px;
padding-right: 2px;
}