/* COMMON STYLES */

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.hideText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.rounded8top {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.shadow {
    -moz-box-shadow:    0px 0px 3px 1px #ddd;
    -webkit-box-shadow: 0px 0px 3px 1px #ddd;
    box-shadow:         0px 0px 3px 1px #ddd;
}
.spinner {
    width: 100%;
    height: 120px;
    background: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/../images/spinner.gif) center center no-repeat;
}
#noticeBar {
    text-align: center;
    font-size: 18px;
    background-color: #333;
    font-weight: bold;
    color: #ccc;
    padding: 10px 0;
}
#cvvTip {
    font-family: Arial, Helvetica, sans-serif;
}
#cvvTip h3 {
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
#cvvTip p {
    font-size: 12px;
    color: #333;
    padding: 10px 0;
}
.footer {
    margin: 20px auto;
    padding: 3%;
    padding-bottom: 25px;
    width: 94%;
    /*max-width: 640px;*/
    font-family: Arial;
    font-size: 12pt;
    text-align: center;
    color: #000;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0 2px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    line-height: 17px;
}
.footer a {
    background: none;
    width: auto;
    height: auto;
    display:inline;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.footer p{
    text-align: center;
    padding: 0;
    padding-top: 15px;
    line-height: normal;
}
.footer p:last-child{
    text-align: justify;
    padding-bottom: 30px;
}
/* FORM STYLES */
form .fields {
    width: 310px;
    margin: 0 auto;
    text-align: center;
}
form .fields .label {
    width: 95px;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}
form .fields .input {
    width: 100%;
}
form .fields .input input {
    height: auto;
    width: 250px;
    font-size: 14px;
    padding: 5px 3px;
    border: 1px solid #aaa;
    margin: 0;
}
form .fields .input select {
    height: auto;
    width: auto;
    font-size: 14px;
    padding: 5px 3px;
    border: 1px solid #aaa;
    margin: 0;
    line-height: normal;
}
form .fields .input input.error {
    border: 1px solid orange;
    background: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/../images/error-input.png) center right no-repeat #fff;
}
form .fields .input select.error {
    border: 1px solid orange;
/*    background: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/../images/error-select.png) center right no-repeat #fff;*/
}
form .fields .input input.valid {
    border: 1px solid green;
    background: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/../images/tick-input.png) no-repeat center right #fff;
}
form .fields .input select.valid {
    border: 1px solid green;
    background: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/../images/tick-input.png) no-repeat center right #fff;
}
form .fields .spacer {
    height: 10px;
    font-size: 0;
    line-height: 0;
}

form .methods {
}
form .cards {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

form .cards li {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-image: url(/pfp/299/assets/24596.png);
	background-position: 0 0;
    float: left;
	margin-left: 102px;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
	width: 51px
}
form .cards li:last-child {
	margin-right: 0
}
form .cards .visa.off {
	background-position: 0 32px
}
form .cards .visa_electron {
	background-position: 255px 0
}
form .cards .visa_electron.off {
	background-position: 255px 32px
}
form .cards .mastercard {
	background-position: 204px 0
}
form .cards .mastercard.off {
	background-position: 204px 32px
}
form .cards .maestro {
	background-position: 153px 0
}
form .cards .maestro.off {
	background-position: 153px 32px
}
form .cards .discover {
	background-position: 102px 0
}
form .cards .discover.off {
	background-position: 102px 32px
}
form .cards .amex {
	background-position: 51px 0
}
form .cards .amex.off {
	background-position: 51px 32px
}
form .fields .input select[name=x_exp_year] {
    width: 90px;  margin-left: 10px;
}

form .fields .input select[name=x_exp_month] {
    width: 90px;  margin-left: -70px;
}
form .fields .input input[name=cc_cvv] {
    width: 60px; margin-left: -120px;
}
form .fields a.cvvTip {
    font-size: 12px;
}

form .terms {
    padding-bottom: 20px;
}
form .terms .question {
    font-size: 11px;
    color: #333;
    text-align: center;
}
form .terms .question input {
    margin-right: 5px;
    margin-left: 10px;
}
form .terms .term {
    font-size: 12px;
    color: #333;
}
form .terms .term input {
    margin-right: 3px;
    margin-left: 5px;
    margin-top: 1px;
    vertical-align: top;
}
form .button {
    text-align: center;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.9);
    }
}
.pulse {
    -webkit-animation: pulse 1.2s infinite;
    -moz-animation: pulse 1.2s infinite;
    -ms-animation: pulse 1.2s infinite;
    animation: pulse 1.2s infinite;
}