.table .buttonRow input, .buttonRow a
{
  padding: 2px 10px;
  background: #d21803;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd1903), to(#C71703)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #dd1903,  #C71703); /* for firefox 3.6+ */ 
}

.err
{
  FONT-SIZE: 13px;
  COLOR: #DD1903;
  FONT-WEIGHT: normal;
  FONT-FAMILY: arial,helvetica,sans-serif;
}
