#bodytext{
    margin-top: 0px;
}
.paynow select{
    width: 180px;
}
.paynow:nth-child(2){
    margin-left: 15px;
}
.clr {
    clear: both;
}

.payment_container {
    padding-top: 15px;
}

.payment_container ul li {
    list-style: none;
    color: #07364e;
    font-weight: bold;
    padding: 4px 40px;
}

.payment_container ul li input[type=radio] {
    margin-right: 10px;
}

.payment_option {
    display: none
}

.payment_option.active {
    display: block;
}

.payment_option div.webinar_type {
    width: 49%;
    line-height: 1.4;
}

.payment_option div.webinar_type input[type="button"] {
    margin: 10px;
}

.payment_option span {
    color: #07364e;
    font-weight: bold;
}

.flt {
    float: left
}
.upseminar {
    height: 50px;
    background: #17708d;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 600;
}
.upseminar.expand{
    margin: -15px -15px 0 -15px;
}