.btn-custom-darken.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-custom-darken {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb8915;
  background-image: -moz-linear-gradient(top, #f7931e, #da7908);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7931e), to(#da7908));
  background-image: -webkit-linear-gradient(top, #f7931e, #da7908);
  background-image: -o-linear-gradient(top, #f7931e, #da7908);
  background-image: linear-gradient(to bottom, #f7931e, #da7908);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7931e', endColorstr='#ffda7908', GradientType=0);
  border-color: #da7908 #da7908 #905005;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #da7908;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom-darken:hover,
.btn-custom-darken:focus,
.btn-custom-darken:active,
.btn-custom-darken.active,
.btn-custom-darken.disabled,
.btn-custom-darken[disabled] {
  color: #ffffff;
  background-color: #da7908;
  *background-color: #c26c07;
}
.btn-custom-darken:active,
.btn-custom-darken.active {
  background-color: #a95e06 ;
}