input::-ms-clear { width: 0; height: 0; } 
input::--ms-clear { width: 0; height: 0; } 

#ccpayform ul { list-style: none; margin: 0; padding: 0; }

#ccpayform .numbers {
  background-color: #ffd;
  border: 1px solid #eec;
  margin-bottom: 32px;
  padding: 16px 20px;
}
#ccpayform .numbers p {
  margin-bottom: 0;
}
#ccpayform .numbers .list {
  margin-bottom: 0;
}
#ccpayform .cards {
  overflow: hidden;
}
#ccpayform .cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(/store/image/cardicons/card_logos.png);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
#ccpayform .cards li:last-child {
  margin-right: 0;
}
#ccpayform .cards .visa_electron {
  background-position: 204px 0;
}
#ccpayform .cards .mastercard {
  background-position: 153px 0;
}
#ccpayform .cards .maestro {
  background-position: 102px 0;
}
#ccpayform .cards .amex {
  background-position: 51px 0;
}
#ccpayform .cards .visa.off {
  background-position: 0 32px;
}
#ccpayform .cards .visa_electron.off {
  background-position: 204px 32px;
}
#ccpayform .cards .mastercard.off {
  background-position: 153px 32px;
}
#ccpayform .cards .maestro.off {
  background-position: 102px 32px;
}
#ccpayform .cards .amex.off {
  background-position: 51px 32px;
}
#ccpayform {
  -webkit-box-shadow: 0 1px 3px #bbbbbb;
  -moz-box-shadow: 0 1px 3px #bbbbbb;
  box-shadow: 0 1px 3px #bbbbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: -moz-linear-gradient(#ffffff, #f5f5f5);
  background: -ms-linear-gradient(#ffffff, #f5f5f5);
  background: -o-linear-gradient(#ffffff, #f5f5f5);
  background: linear-gradient(#ffffff, #f5f5f5);
  background-color: #f8f8f8;
  border: 5px solid #fff;
  margin: 0 auto 32px;
  padding: 12px 24px 24px;
  width: 287px;
}
#ccpayform button.submit {
    -moz-user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#28A0E5), to(#015E94));
    background: -webkit-linear-gradient(#28A0E5, #015E94);
    background: -moz-linear-gradient(#28A0E5, #015E94);
    background: -ms-linear-gradient(#28A0E5, #015E94);
    background: -o-linear-gradient(#28A0E5, #015E94);
    background: #015E94;

    background-image: linear-gradient(#28A0E5, #015E94);
    border: 0 none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    margin: 0;
    outline: medium none;
    padding: 1px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
#ccpayform button.submit span {
    background: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4) repeat scroll 0 0 #1275FF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#ccpayform h2 {
  color: #555;
  font-family: "Helvetica Neue", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
}
#ccpayform li {
  margin: 8px 0;
}
#ccpayform label {
  color: #555;
  display: block;
  font-size: 14px;
}
#ccpayform label small {
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
#ccpayform input, #ccpayform select {
  -webkit-box-shadow: inset 0 1px 3px -1px #aaaaaa;
  -moz-box-shadow: inset 0 1px 3px -1px #aaaaaa;
  box-shadow: inset 0 1px 3px -1px #aaaaaa;
  border: 1px solid #aaa;
  border-color: #aaa #ddd #ddd #aaa;
  color: #333;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 0 5px;
  width: 275px;
  -moz-box-sizing: content-box;
}
#ccpayform input.valid {
  background: url(/store/image/cardicons/tick.png) 260px center no-repeat;
}

#ccpayform .vertical {
  overflow: hidden;
}
#ccpayform .vertical li {
  float: left;
  width: 140px;
}
#ccpayform .vertical li .or {
  color: #aaa;
  float: left;
  font-size: 12px;
  margin-left: -8px;
  margin-top: 32px;
}
#ccpayform .vertical li:last-child {
  float: right;
  text-align: left; 
}
#ccpayform .vertical li:last-child input {
  float: left;
}
#ccpayform .vertical input {
  width: 68px;
}

@media screen and (max-width: 767px) {
  #ccpayform .numbers ul {
    margin-left: 0;
    overflow: hidden;
  }
  #ccpayform .numbers ul li {
    float: left;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  #ccpayform {
    float: left;
    margin: 0 0 32px;
  }
  #ccpayform .numbers {
    float: right;
  }
}


