button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url(http://i39.tinypic.com/23jhelu.jpg) right no-repeat; 
  font-size:1.9em; 
}
button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url(http://i43.tinypic.com/5fhgxx.jpg) left no-repeat;
  color:#555555; 
}
