/* line 1, ../sass/delightful-downloads.scss */
.ddownload-button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 8px 9px;
  max-width: 150px;
  margin-bottom: 15px;
  /*border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 0px 0px 2px #fff;
  -o-box-shadow: inset 0px 0px 2px #fff;
  -webkit-box-shadow: inset 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 2px #fff;*/
}

/* line 2, ../sass/delightful-downloads.scss */
.ddownload-button:active {
  /*box-shadow: inset 0px 0px 3px #999;
  -o-box-shadow: inset 0px 0px 3px #999;
  -webkit-box-shadow: inset 0px 0px 3px #999;
  -moz-box-shadow: inset 0px 0px 3px #999;*/
}


/* line 9, ../sass/delightful-downloads.scss */
.button-blue {
	/*background-color: #2a2a2a;
 /* color: #41788c !important;
  border: 1px solid #6fb1c7;
  background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
  background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
  background-image: -o-linear-gradient(#aae5f7, #73d0f1);
  text-shadow: 1px 1px 1px #bfeafb;
  background-color: #73d0f1;*/
}

/* line 10, ../sass/delightful-downloads.scss */
.button-blue:hover {
	/*background-color: #3b3b3b;
  /*color: #41788c !important;
  border: 1px solid #4690ad;
  background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
  background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
  background-image: -o-linear-gradient(#73d0f1, #aae5f7);
  background-color: #aae5f7;*/
}

/* line 11, ../sass/delightful-downloads.scss */
.button-blue:active {
  color: #41788c !important;
  border: 1px solid #3b778b;
}
/* line 15, ../sass/delightful-downloads.scss */
.button-black {
  color: #fff !important;
  border: 1px solid #4d4d4d;
  background-image: -moz-linear-gradient(#656565, #454545);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#656565));
  background-image: -webkit-linear-gradient(#656565, #454545);
  background-image: -o-linear-gradient(#656565, #454545);
  text-shadow: 1px 1px 1px #6d6d6d;
  background-color: #454545;
}

/* line 16, ../sass/delightful-downloads.scss */
.button-black:hover {
  color: #fff !important;
  border: 1px solid #363636;
  background-image: -moz-linear-gradient(#454545, #656565);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#454545));
  background-image: -webkit-linear-gradient(#454545, #656565);
  background-image: -o-linear-gradient(#454545, #656565);
  background-color: #656565;
}

/* line 17, ../sass/delightful-downloads.scss */
.button-black:active {
  color: #fff !important;
  border: 1px solid #000;
}

/* line 24, ../sass/delightful-downloads.scss */
.dedo-form-error-message {
  color: #a00;
}
