css
.button-play {
font-family:Arial;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
border:solid 1px #CC0000;
background:#660000 url(/images/button-bg.jpg) top center repeat-x ;
height:27px;
}
html
[input type="button" style="cursor:pointer;" value="PLAY NOW!" onclick="document.location.href='http://www.mysite.com'" class="button-play" /]
change [ to < and ] to >