how can i change the height of textbox in telerik:combobox control,
this is the code i'm using
<telerik:RadComboBox ID="ifgcboSearch" runat="server" Width="430px" OnItemDataBound="ifgcboSearch_ItemDataBound"
Skin="Office2007" EnableLoadOnDemand="True" EnableVirtualScrolling="True" OnItemsRequested="ifgcboSearch_ItemsRequested"
ShowMoreResultsBox="True" ValidationGroup="Search" ShowToggleImage="false" >
</telerik:RadComboBox>