﻿.common {
    padding-top: 90px;
}

.bold {
    font-weight: bold;
}

.Validate {
    float: right;
    margin-top: -25px;
    margin-right: 20px;
}

.ValidateTextArea {
    float: right;
}

.price-main-header {
    padding: 155px 15px 15px;
}

.register {
    margin-top: 15px;
    background-color: white;
}

.background-check .price ul li {
    width: 30%;
}

    .background-check .price ul li.featured {
        width: 35%;
    }

.checkout-paymentfields {
    background: url("../ImagesVt/cc-back.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 12px;
    height: 180px;
    margin: 10px 0 0 0;
    padding: 50px 10px 0 20px;
    position: relative;
    width: 300px;
}

.checkout-paymentfields .form-group{
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 786px) {
    .background-check .price ul li {
        width: 100%;
    }

        .background-check .price ul li.featured {
            width: 100%;
            margin-top: 0;
        }
}

@media only screen and (min-width: 786px) {
    .background-check .price ul li {
        margin-right: 1%;
    }

        .background-check .price ul li.featured {
            margin-left: -1%;
            margin-right: -0.25%;
            width: 35%;
        }
}
