Hi,

I need to remove the margins for dropdownlist in an aspx page.
I tried to use CSS like this:
.FieldSelection
{
font-weight: bold;
font-size: 10pt;
color: white;
font-family: Verdana;
background-color: #F6C179;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: #7F99CC;
border-bottom-style: none;
}
this work for a textbox, but does not work for a dropdown box.

Any idea why or how can I fix this?

Thank you,

svatasoiu