1div#submitForm input {
2 background: url("../images/buttonbg.png") no-repeat scroll 0 0 transparent;
3 color: #000000;
4 cursor: pointer;
5 font-weight: bold;
6 height: 20px;
7 padding-bottom: 2px;
8 width: 75px;
9}
10
1<button type=submit style="background: #ccc url(test.jpg); padding: 0.5em 1em">Go!</button>
2