I don\'t like the default button style. It\'s really boring. I am using
type buttons. Can I style these some
Yes you can target those specificaly using input[type=submit] e.g.
input[type=submit]
.myFormClass input[type=submit] { margin: 10px; color: white; background-color: blue; }