i did that before
and i bind my dropdown list from database
css class
.DPCDDL
{
float:left;
width:200px;
height:20px;
margin-top:1px;
font:bold 12px Tahoma;
}
<asp:DropDownList ID="DDL1" runat="server" CssClass="DPCDDL">
</asp:DropDownList>
but it just bold selected item not all item that are in dropdownlist