Agree with dtm's implication, get rid of the line-height and align the text using padding-top. Important to note, when you add a padding-top, this must be subtracted from the height value to maintain the 19px height of your button.
I would try this, for starters, but you might need to mess with it.
Code:
.InputButtonTest
{
width: 90px;
color: White;
background: #022F68;
height: 16px;
font-size: 13px;
border: 1px solid #022F68;
padding-top: 3px;
}
I've switched careers...
I'm NO LONGER a scientist,
but now a web developer...
awesome.
Bookmarks