button { border:0; cursor:pointer; font-weight:bold; padding:0 15px 0 0; text-align:center; }
button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 15px; }

/*buttons*/
button.submitBtn { background:url(/_ext/img/btn_orange_right.gif) right no-repeat; font-size:1.3em; }
button.submitBtn span { height:50px; line-height:50px;background:url(/_ext/img/btn_orange_left.gif) left no-repeat;color:#fff; }
button.submitBtn:hover {background:url(/_ext/img/btn_orange_right_hover.gif) right no-repeat; }
button.submitBtn:hover span {background:url(/wp-content/css/img/btn_orange_left_hover.gif) left no-repeat; }

button.submitBtnS { background:url(/_ext/img/btn_orange_right_25.gif) right no-repeat; font-size:1.0em; }
button.submitBtnS span { height:25px; line-height:25px;background:url(/_ext/img/btn_orange_left_25.gif) left no-repeat;color:#fff; }
button.submitBtnS:hover {background:url(/_ext/img/btn_orange_right_hover_25.gif) right no-repeat; }
button.submitBtnS:hover span {background:url(/_ext/img/btn_orange_left_hover_25.gif) left no-repeat; }
