﻿a.input-button {
  color: #ffffff;
}
.input-button {
  margin: 0;
  width: 130px;
  height: 41px;
  cursor: pointer;
  font-size: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px #f5f5f5 inset;
  -webkit-box-shadow: 0 0 1px #f5f5f5 inset;
  box-shadow: 0 0 1px #f5f5f5 inset;
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.input-button img {
  vertical-align: middle;
  margin-left: 7px;
}
.purple-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #e99ff6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e99ff6;
  box-shadow: inset 0px 1px 0px 0px #e99ff6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #df70f2), color-stop(1, #c815e7));
  background: -moz-linear-gradient(center top, #df70f2 5%, #c815e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df70f2', endColorstr='#c815e7', GradientType=0);
  background-color: #df70f2;
  border: 1px solid #d441ee;
  -webkit-text-shadow: 1px 1px 1px #9f11b8;
  text-shadow: 1px 1px 1px #9f11b8;
  color: #ffffff;
}
.purple-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d958f0), color-stop(1, #cf2aec));
  background: -moz-linear-gradient(center top, #d958f0 5%, #cf2aec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d958f0', endColorstr='#cf2aec', GradientType=0);
  background-color: #d958f0;
}
.purple-button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c815e7), color-stop(1, #df70f2));
  background: -moz-linear-gradient(center top, #c815e7 5%, #df70f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c815e7', endColorstr='#df70f2', GradientType=0);
  background-color: #c815e7;
}
.blue-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #88c5ff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #88c5ff;
  box-shadow: inset 0px 1px 0px 0px #88c5ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #55adff), color-stop(1, #007bee));
  background: -moz-linear-gradient(center top, #55adff 5%, #007bee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55adff', endColorstr='#007bee', GradientType=0);
  background-color: #55adff;
  border: 1px solid #2294ff;
  -webkit-text-shadow: 1px 1px 1px #0060bb;
  text-shadow: 1px 1px 1px #0060bb;
  color: #ffffff;
}
.blue-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3ca0ff), color-stop(1, #0988ff));
  background: -moz-linear-gradient(center top, #3ca0ff 5%, #0988ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca0ff', endColorstr='#0988ff', GradientType=0);
  background-color: #3ca0ff;
}
.blue-button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007bee), color-stop(1, #55adff));
  background: -moz-linear-gradient(center top, #007bee 5%, #55adff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bee', endColorstr='#55adff', GradientType=0);
  background-color: #007bee;
}
.green-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #badd6d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #badd6d;
  box-shadow: inset 0px 1px 0px 0px #badd6d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a6d344), color-stop(1, #6d9021));
  background: -moz-linear-gradient(center top, #a6d344 5%, #6d9021 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d344', endColorstr='#6d9021', GradientType=0);
  background-color: #a6d344;
  border: 1px solid #8cb92b;
  -webkit-text-shadow: 1px 1px 1px #4d6618;
  text-shadow: 1px 1px 1px #4d6618;
  color: #ffffff;
}
.green-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9cce30), color-stop(1, #7ca426));
  background: -moz-linear-gradient(center top, #9cce30 5%, #7ca426 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cce30', endColorstr='#7ca426', GradientType=0);
  background-color: #9cce30;
}
.green-button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6d9021), color-stop(1, #a6d344));
  background: -moz-linear-gradient(center top, #6d9021 5%, #a6d344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d9021', endColorstr='#a6d344', GradientType=0);
  background-color: #6d9021;
}
/*# sourceMappingURL=ColorButton.css.map */