﻿.errors {
    background-color: #ff8e34 !important;
    color: #fff !important;
    padding: 10px;
}
.colorGrey {
    color: #555555;
}
#paywall-skeuocard input {
    display: inline-block;
}
.credit-card-back {
    background-image: url("../images/skeuocard/products/visa-back.png");
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.25s ease, background-image 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease, background-image 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease, background-image 0.25s ease;
    -o-transition: -o-transform 0.25s ease, background-image 0.25s ease;
    transition: transform 0.25s ease, background-image 0.25s ease;
    position: relative;
    top: 4px;
    left: 0;
    width: 24.8em;
    height: 15.6em;
    -webkit-border-radius: 1.15em;
    border-radius: 1.15em;
    background-color: #eee;
    background-size: cover;
    border: 1px solid #ddd;
}
.credit-card-back input.ccv-code {
    top: 7.15em;
    left: 18.1em;
    width: 3em;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}
.ccnumber {
    width: 140px !important;
}
.ccv {
    width: 28px !important;
}
.ccexp {
    width: 80px !important;
}
.fee {
    font-size: 50px; 
    font-weight:bold;
}
.regfee 
{
    width:300px;
}
.secure 
{
    background-color: #EBEBEB;
    display: block;
    font-weight: 700;
    padding: 1px 0 0 20px;
    margin: 5px 0 10px 0;
}
.securedetails 
{
    /*width:285px;*/
    margin-left:5px;
}
.confirmation
{
    font-size: 14px;
    width: 600px;
    margin-left:10px;
}
.confirmation_lg
{
    font-size: 20px;
}
.confirmation_hdr
{
    font-size: 40px;
}
.red 
{
    color:#68bb39;
    font-weight:bold;
}
.hbar {
    width:600px;  
    height: 10px; 
    background-color:#E0E0E0;
}