.buttonVehicle{float:right; height:15px; padding:none; margin:none; text-align:center; text-indent:0; text-decoration:none; text-transform:none;}
ボタンは表示されますが、その中のテキストは表示されません。小さなボタンにテキストを入力
<asp:button id="btn" runat="server" CssClass="buttonVehicle" Text="..." />
ありがとうございました! – joncodo