.btn-search {
  background-image: -webkit-linear-gradient(top, #3e276d 0%, #301e54 100%);
  background-image:      -o-linear-gradient(top, #3e276d 0%, #301e54 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #3e276d 0%, #301e54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #260f51;
}
.btn-search:hover,
.btn-search:focus {
  background-color: #301e54;
  background-position: 0 -15px;
}
.btn-search:active,
.btn-search.active {
  background-color: #301e54;
  border-color: #1c0c3a;
}
.btn-search:disabled,
.btn-search[disabled] {
  background-color: #301e54;
  background-image: none;
}
