.ba_error, .ba_red { color: #ee1a2c; }
.ba_correct, .ba_green { color: green; }
.ba_error_border { border: 1px solid red; outline: 0; }
.ba_notice { display:block; }
#ba_pricing i { font-style: normal; }
i.ba_regular.ba_red {
    position: relative;
}
i.ba_regular.ba_red:before {
    content: "";
    background: #ff6600;
    width: 95px;
    height: 3px;
    position: absolute;
    transform: rotate(165deg);
    top: 15px;
    left: 5px;
}
#agreement {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999998;
}
#agreement .agreement-wrap {
    width: 750px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    background-color: #fff;
    padding: 30px;
    border-top: 10px solid #fff100;
}
#agreement .agreement-wrap * {
    color: #252525 !important;
}
#agreement .label-agree {
 	font-weight: bold;
}
#agreement .agreement-wrap a.agreement-close {
    position: absolute;
    top: -45px;
    font-size: 30px;
    right: 0;
    color: #fff !important;
}
#agreement .agreement-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.agreement-text p {
    font-size: 18px !important;
    color: #282828 !important;
}
.agreement-error {
    border-left: 2px solid #EE1A2C;
    background-color: #FFF100;
    padding-left: 20px;
    line-height: 40px;
}