﻿.registration_container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    line-height: 1.5em;
}

    .registration_container .title {
        border-bottom: 1px solid #cccccc;
        line-height: 2em;
    }

        .registration_container .title span {
            font-size: 1.5em;
        }

.button {
    width: 49%;
}

.registration_container.active_4 .button {
    width: 100%;
}

.halfrow, .halfrowright {
    width: 50%;
    float: left;
    display: block;
}

    .halfrow table {
        width: 98%;
    }

    .halfrowright table {
        width: 100%;
    }

.letstalkcontainer {
    background-color: #e3e9af;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    border: 1px solid #bbbc8e;
    color: #58585b;
}

.promocodecontainer {
    background-color: #e3e9af;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    border: 1px solid #bbbc8e;
    color: #58585b;
}

.promocodeerror {
    background-color: #ffd4c9;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    border: 1px solid #bf2c3c;
    color: #bf2c3c;
}


.wrongcode {
    background-color: #ffd4c9;
    border: 1px solid #ffd4c9;
    color: #bf2c3c!important;
}

.wrongcode:focus {
    background-color: #fff!important;
    color: #000!important;
}

.registration_container .title {
    border-bottom: 1px solid #babc8e;
    line-height: 2em;
    padding-bottom: 0.5em;
}

.registration_container .description {
    padding-top: 0.5em;
}


.contactus {
    background: #0C5C86;
    border: 1px solid #0C5C86;
    /*margin-left: 0.8em;*/
    float: right;
}

.help {
    float: right;
}

.paymentoption {
    height: 2em;
    padding: 1em 0 0 0;
}

.paymentoption label {
    float: left;
}

.paymSelect option{
    background:#fff;
    color:#585858;
    border:1px solid #a7b900;
}
.priceChanged {
    border-color:#A7BA39;
    background-color:#F9FFE1;
    color:#A7BA39;
}

#lblTotalPrice {
    color:#0C5C86;
    font-weight:700;
}

.permonthfield.notEmptyFiled {
    font-style: normal;
}

.notEmptyFiled {
    background-color: #f1f1f2;
    border-color: #bcbdbf;
    color: #6a747c!important;
    font-style: italic;
}
#PromotionCode_Value_Key
{
    font-style:italic;
}
.permonthfield {
    *line-height: 7.2em !important;
    height: 7.2em!important;
    margin-left: 1em;
    text-align: center;
    width:96%!important;
    border-color:#a7b900!important;
    background-color:#F9FFE1;
    color:#a7b900!important;
}