div.form input.button {
  padding: 4px 10px 5px 10px;
  min-width: 90px;
  min-height: 26px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: #000 -0.1em -0.1em -0.2em;
  font-size: 13px;
  line-height: 35px;
  border: 1px solid #555;
}

a.button {
  text-decoration: none;
  color: white !important;
  text-decoration: none !important;
  padding: 10.5px 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.icon {
  background-position: 0 -14px;
  padding-left: 24px;
}

.green {
  background: #146821;
  background: -webkit-linear-gradient(top, #248e38, #03420a);
  background: -moz-linear-gradient(top, #248e38, #03420a);
  background: -o-linear-gradient(top, #248e38, #03420a);
  background: linear-gradient(top, #248e38, #03420a);
  border: solid 1px #ccc;
  color: #fff;
}
.green:hover {
  background: #1a952d;
  background: -webkit-linear-gradient(top, #2eb748, #057311);
  background: -moz-linear-gradient(top, #2eb748, #057311);
  background: -o-linear-gradient(top, #2eb748, #057311);
  background: linear-gradient(top, #2eb748, #057311);
}

.red {
  background: #901818;
  background: -webkit-linear-gradient(top, #b20000, #6e2f2f);
  background: -moz-linear-gradient(top, #b20000, #6e2f2f);
  background: -o-linear-gradient(top, #b20000, #6e2f2f);
  background: linear-gradient(top, #b20000, #6e2f2f);
  border: solid 1px #ccc;
  color: #fff;
}
.red:hover {
  background: #bc1f1f;
  background: -webkit-linear-gradient(top, #e50000, #923e3e);
  background: -moz-linear-gradient(top, #e50000, #923e3e);
  background: -o-linear-gradient(top, #e50000, #923e3e);
  background: linear-gradient(top, #e50000, #923e3e);
}

.blue {
  background: #343f87;
  background: -webkit-linear-gradient(top, #5360ac, #141d61);
  background: -moz-linear-gradient(top, #5360ac, #141d61);
  background: -o-linear-gradient(top, #5360ac, #141d61);
  background: linear-gradient(top, #5360ac, #141d61);
  border: solid 1px #ccc;
  color: #fff;
}
.blue:hover {
  background: #4955a4;
  background: -webkit-linear-gradient(top, #7580bd, #1d2a8b);
  background: -moz-linear-gradient(top, #7580bd, #1d2a8b);
  background: -o-linear-gradient(top, #7580bd, #1d2a8b);
  background: linear-gradient(top, #7580bd, #1d2a8b);
}

.yellow {
  background: #b09001;
  background: -webkit-linear-gradient(top, #b29b00, #ae8402);
  background: -moz-linear-gradient(top, #b29b00, #ae8402);
  background: -o-linear-gradient(top, #b29b00, #ae8402);
  background: linear-gradient(top, #b29b00, #ae8402);
  border: solid 1px #ccc;
  color: #fff;
}
.yellow:hover {
  background: #e3b902;
  background: -webkit-linear-gradient(top, #e5c700, #e0aa03);
  background: -moz-linear-gradient(top, #e5c700, #e0aa03);
  background: -o-linear-gradient(top, #e5c700, #e0aa03);
  background: linear-gradient(top, #e5c700, #e0aa03);
}

.grey {
  background: #414141;
  background: -webkit-linear-gradient(top, #575757, #2a2a2a);
  background: -moz-linear-gradient(top, #575757, #2a2a2a);
  background: -o-linear-gradient(top, #575757, #2a2a2a);
  background: linear-gradient(top, #575757, #2a2a2a);
  border: solid 1px #ccc;
  color: #fff;
}
.grey:hover {
  background: #5b5b5b;
  background: -webkit-linear-gradient(top, #717171, #444444);
  background: -moz-linear-gradient(top, #717171, #444444);
  background: -o-linear-gradient(top, #717171, #444444);
  background: linear-gradient(top, #717171, #444444);
}



/*# sourceMappingURL=buttons.css.map */
