Vielen Dank erstmal für die Antwort, vielleicht hätte ich wirklich erstmal gründlicher suchen sollen.
Allerdings spricht der button auf text-align:center; nicht an.
Stattdessen wird er einfach links ausgerichtet (sowohl im IE als auch im Firefox).
CSS:
.shoutbutton {
margin-top:7px;
margin-bottom:7px;
border-width:1px;
border-color:#7B7B7B;
border-style:solid;
border-collapse:collapse;
background-color:#FAFAFA;
font-family:Verdana, Arial, sans-serif, "Lucida Grande";
font-size:10px;
padding-top:0px;
padding-bottom:0px;
padding-left:5px;
padding-right:5px;
text-align:right;
}
<input type='Submit' name='senden' value='senden' class='shoutbutton'>