/** Credit Card Form and Address **/
/*
.segmentCont .inner-cc-container div
{
    padding-top:0px;
}
    
#signupwithcc 
{
    display: none;
}

.credit-card-container .cc-address label {
    display: block;
    width: 320px;
    clear: both;
    padding: 10px 0px;
}

.credit-card-container .cc-address label input {
    float: right;
    padding: 5px 10px;
    width: 150px;
    font-size: 14px;
}

.credit-card-container .infoCC 
{
    clear: both;
}

.credit-card-container .cc-address 
{
    float: left;
}

.credit-card-container .ccjs-card 
{
    float: right;
}

.credit-card-container .button 
{
    float: right;
    margin-top: -11px;
    margin-right:10px;
}

#signupwithcc 
{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10000;     
}

div.inner-cc-container 
{
    background: white;
    width: 825px;
    top: 100px;
    left: 50%;
    margin-left: -390px;
    position: absolute;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.cc-container-close-trigger 
{
    background: black;
    border: 3px solid white;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 20px;
    text-align: center;
    color: white;
    font-size: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-decoration: none;
}

*/