#cvvTip h3,
#noticeBar {
    font-weight: 700
}

#cvvTip p,
#noticeBar {
    padding: 10px 0
}

#noticeBar,
.footer,
.footer p {
    text-align: center
}

.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: 0 0 3px 1px #ddd;
    -webkit-box-shadow: 0 0 3px 1px #ddd;
    box-shadow: 0 0 3px 1px #ddd
}

.spinner {
    width: 100%;
    height: 120px
}

#noticeBar {
    font-size: 18px;
    background-color: #333;
    color: #ccc
}

#cvvTip h3,
#cvvTip p {
    font-size: 12px;
    color: #333
}

#cvvTip {
    font-family: Arial, Helvetica, sans-serif
}

.footer {
    margin: 20px auto;
    padding-top: 23px;
    padding-bottom: 6px;
    width: 100%;
    max-width: none;
    font-family: Arial;
    font-size: 12pt;
    color: #887070;
    border-top: 1px solid #e7e7ce
}

.footer a,
form .fields .label {
    font-family: 'Open Sans', sans-serif
}

.footer a,
.footer ul li {
    display: inline;
    font-weight: 400;
    color: #887070;
    font-size: 17px
}

.footer ul {
    margin: 0;
    padding: 0
}

.footer ul li {
    float: none;
    margin: 0;
    padding: 0 2px;
    line-height: 17px
}

.footer a {
    background: 0 0;
    width: auto;
    height: auto;
    text-transform: capitalize;
    text-decoration: none
}

.footer p {
    padding: 7px 0 0;
    line-height: normal
}

form .fields .label {
    line-height: 16px;
    font-size: 12px;
    float: left;
    color: #4d6169;
    text-align: right;
    letter-spacing: -.2px;
    width: 90px;
    margin-right: 5px;
    margin-left: 4px
}

form .fields .input input,
form .fields .input select {
    font-family: 'Open Sans', sans-serif;
    width: 185px;
    background-color: #FFF;
    outline: 0;
    padding-left: 4px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #000;
    float: right;
    text-align: left;
    line-height: 37px
}

form .fields .input input {
    height: 27px;
    margin: 0
}

form .fields .input select {
    height: 29px;
    margin: 0
}

.input select {
    background: 0 0
}

form .fields .input input.error,
form .fields .input select.error {
    border: 1px solid orange
}

form .fields .input input.valid,
form .fields .input select.valid {
    border: 1px solid green
}

form .fields .spacer {
    font-size: 1px;
    line-height: 1px;
    height: 12px
}

form .cards {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

form .cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    float: left;
    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=fields_expmonth],
form .fields .input select[name=fields_expyear] {
    width: 93px
}

form .fields .input select[name=cc_month] {
    margin-left: 5px
}

form .fields .input input[name=cc_cvv] {
    width: 85px;
    float: left
}

form .fields a.cvvTip {
    font-size: 14px;
    margin-left: 8px;
    line-height: 31px;
    color: #58aa00
}

form .terms {
    padding-bottom: 20px
}

form .terms .question {
    font-size: 15px;
    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
}