.reg_footer{
    background: #c9deab;
    margin: 0 30px;
    position: relative;
    height: 300px;
}
.reg_footer .pad{
    background: url('../img/pad.png') no-repeat right;
    float: right;
    width: 465px;
    height: 330px;

    right: 0;
    position: absolute;
    bottom: -30px;
}

.regform{
    background: #91ba53;
    width: auto !important;
    margin: 0 30px !important;
    padding: 70px 30px 0 !important;
    box-sizing: border-box;
    height: 513px;
}

.regform h3{
    color: #ffffff!important;
    font-size: 30px;
    line-height: 36px;
}
.regform h2{
    color: #ffffff!important;
    font-size: 18px;
}
.regform .items{
    margin-top: 22px;
}

.regform .individual, .regform .legal{
    height: auto !important;
}

.reg_coll_1,.reg_coll_2{
    display: inline-block;
    box-sizing: border-box;
    color: #ffffff;
}
.reg_coll_1{
    float: left;
    width: 53%;
}
.reg_coll_2{
    float: right;
    width: 47%;
}

.reg_coll_1 ul{
    list-style: inside  disc;
    font-size: 15px;
    line-height: 22px;
}

.inputBox{
    border: 1px solid #84b240;
    color: #58585a;
    width: 410px;
    height: 25px;
    line-height: 25px;
}

.regform input{
    font-family: "PT Sans";
    font-size: 13px;
    font-style: italic;
    line-height: 25px;
    padding-left: 10px;
    border: 1px solid #84b240;
    color: #58585a;
}

.regform .legend{
    font-family: "PT Sans";
    font-size: 13px;
    font-style: italic;
}
.regform .legend span{
    position: absolute;
    left: 12px;
}

.regform .button{
    width: 260px;
    margin-top: 20px;
}
.regform .row{
    margin-bottom: 4px !important;
}

.help-block{
    top:1px !important;
    font-size: 13px;
}
.green{
    background: #008000 !important;
}
.type li a{
    text-decoration: underline;
}

.type li.active{
    background: #91ba53;
}
.type li.active a{
    text-decoration: none !important;
}

.help-block{
    background: none !important;
    line-height: inherit !important;
    position: inherit !important;
    right: inherit !important;
    text-align: center;
    padding-top:  1px !important;
    color: #9E3F3F !important;
}

.has-error input{
    border: 1px solid #9E3F3F;
}