.button-flat a.button:not(.action_button),
.button-flat input[type="submit"] {
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  background-image: none;
}

.button-flat a.button:not(.action_button),
.button-flat:not(.header-plain) a.button.action_button,
.button-flat a.tp-button,
.button-flat button,
.button-flat input[type="submit"],
.button-flat input[type="reset"],
.button-flat input[type="button"] {
  background-image: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  -webkit-appearance: none;
}
a.button,
a.tp-button {
  background-color: #f1f1f1;
  color: #7e6f3a;
}

a.button,
a.tp-button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
}

input[type="button"] {
  padding: 11px 20px;
}
