.FormButton,
.ContentButton {
  background: #06305c;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'omnes-pro-n4', 'omnes-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: uppercase;
}
.lt-ie8 .FormButton {
  display: inline;
  zoom: 1;
}