.buttonVehicle{float:right; height:15px; padding:none; margin:none; text-align:center; text-indent:0; text-decoration:none; text-transform:none;}
The button appears now but not with any text inside it.
<asp:button id="btn" runat="server" CssClass="buttonVehicle" Text="..." />
Set the font size small enough to fit within the button I.e. font-size:8px; and the line height to an appropriate height for the font, I usually do 2px larger than the font so line-height:10px;.