.dkdpromolink {
  text-decoration: underline;
}
p.dkdmsg,
p.dkdundo {
  margin: 0 auto;
  width: 70%;
}
p.dkdmsg,
.dkdmsg {
  margin-top: 0;
  margin-bottom: 0.75em;
  position: relative;
  text-align: center;
}
p.dkdundo,
.dkdundo {
  display: none;
  color: #0066cc;
  cursor: pointer;
  text-align: center;
}
.dkdSubmitBtn,
.dkdSubmitBtnUsed {
  background: #0074D1 url('../images/apply-button-arrow.png') no-repeat 30px 50%;
  border: none;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 7px 0;
  min-width: 135px;
  padding: 9px 30px 9px 40px;
  text-align: center;
  text-transform: uppercase;
}
.dkdSubmitBtnUsed {
  background-color: #A6A6A6;
}
@media (min-width: 405px) {
  .dkdSubmitBtn,
  .dkdSubmitBtnUsed {
    margin-left: 16px;
  }
}
.dkdundo a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.promocontainer {
  box-sizing: border-box;
  position: relative;
  display: block;
  z-index: 100;
  min-height: 100px;
  margin: 0 auto;
}
.promocontainer form {
  margin: 0 auto;
  text-align: center;
  width: auto;
}
@media (min-width: 479px) {
  .promocontainer form {
    width: 400px;
  }
}
.dkdpromolink:hover {
  cursor: pointer;
}
.promosubmitform {
  margin-bottom: 0;
}
.promosubmitform .promocodetext {
  background: #eeeded;
  border: 1px solid #e3e2e2;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  width: 228px;
}
.dkdspinner {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 16px;
}
.dkdstrike {
  background: transparent url(../images/dkdcross.gif) 50% 50% no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  display: none;
}
.idg-compare-price {
  position: relative;
}
.dkdproductprice {
  position: relative;
  display: inline;
}
.promoprice {
  color: #CC0000;
  font-style: italic;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1.2em;
  width: 100%;
}
.promocontainer .error{
  color: #a94442;
}
.promocontainer .success{
  color: #3c763d;
}
.dkd_cta,
.dkd_cta:visited {
  background: rgb(255, 234, 0) url(../images/Background-BigYelloCTA.png) left center no-repeat;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: black;
  display: inline-block;
  float: none;
  font-weight: 700;
  font-family: "ProximaNova", arial;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 12px 15px 12px 26px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.dkd_cta:hover {
  color: black;
  background: rgb(255, 234, 0) url('../images/Background-BigYelloCTA-hover.png') left center no-repeat;
  text-decoration: none;
}