button { border:0; cursor:pointer; font-weight:bold; padding:0; margin-left:50px; width:90px; text-align:center; }

/*blue buttons*/

button.submitBtn { height:25px; line-height:25px; background:rgb(21,21,21) url('../images/buttons/formButton.png') 100% 0 no-repeat; font-size:13px; color:#FFF; }

button.submitBtn:hover { background:rgb(21,21,21) url('../images/buttons/formButton.png') 100% -25px no-repeat; }

