a.button {
  border-radius: 4px;
  color: #F9F9F9;
  display: inline-block;
  font-size: 14px;
/*  letter-spacing: -1px;*/
  line-height: 19px;
  margin-left: 3px;
  padding: 7px 22px 9px 23px;
  position: relative;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

a.button {
  background: #15324b;
}
a.button:hover {
  background: #FF4100;
}
