So stylen Sie die Sendestaste CSS
/*You can access the submit button as follows:*/
input[type=submit] {
/*your styles here.....*/
}
/*then just style it as you want*/
MitchAloha