次のようなパネルがあります。
<asp:Panel ID="Panel1" runat="server" Height="101px">
Day
<asp:DropDownList ID="DropDownList1" runat="server" Height="24px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList>
Hour
<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList>
</asp:Panel>
テキスト (「日」と「時間」) は、ドロップダウン ボックスに対して垂直方向の配置が異なるようです。
代替テキスト http://img215.imageshack.us/img215/115/paneld.jpg
これを簡単に修正するにはどうすればよいですか?