SCSS
button {
background: rgb(0,137,228); /* Old browsers */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), -moz-linear-gradient(top, rgba(0,137,228,1) 5%, rgba(0,95,186,1) 95%); /* FF3.6+ */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(0,137,228,1)), color-stop(95%,rgba(0,95,186,1))); /* Chrome,Safari4+ */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), -webkit-linear-gradient(top, rgba(0,137,228,1) 5%,rgba(0,95,186,1) 95%); /* Chrome10+,Safari5.1+ */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), -o-linear-gradient(top, rgba(0,137,228,1) 5%,rgba(0,95,186,1) 95%); /* Opera 11.10+ */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), -ms-linear-gradient(top, rgba(0,137,228,1) 5%,rgba(0,95,186,1) 95%); /* IE10+ */
background: url(http://dev.maldef.org/images/submit_before.png), url(http://dev.maldef.org/images/submit_after.png), linear-gradient(top, rgba(0,137,228,1) 5%,rgba(0,95,186,1) 95%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089e4', endColorstr='#005fba',GradientType=0 ); /* IE6-9 */
background-position: left top, 97% 90%;
background-repeat: no-repeat, no-repeat;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
padding:13px 25px;
margin: 15px 15px;
color:#fff;
font-size:15px;
...