#registration .texta {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(179, 179, 179);
    display: block;
    font-size: 16px;
    margin: 2px 0 12px;
    padding: 5px;
    width: 100%;
}
#registration select {
    box-sizing: border-box;
	height:35px !important;
}
label.error {
    color: red;
    display: block;
	font-size:10px;
    margin-top: -9px;
}

#checkbox_li div label.error {
    /*left: 0;
    position: absolute;
    top: 32px;*/
    margin-top:0px;
}

#registration .lbl {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.req {
    color: rgb(219, 39, 23);
    font-size: 11px;
}

#checkbox_li {
    padding-top: 15px;
}

#checkbox_li div {
    padding-bottom: 30px;
    position: relative;
}

#checkbox_li div span.lll {
    font-size: 12px;
    left: 30px;
    position: absolute;
    top: 0;
	line-height: 1.2em;
    margin-top: 7px;
}


.btnCnt .btn {
    display: block;
    font-size: 16px;
    padding: 6px 0;
    width: 100%;
}

.btn-default {
    background: rgb(22, 145, 202) none repeat scroll 0 0;
    border-color: rgb(48, 146, 207);
    color: white;
}

.btnCnt {
    padding-top: 5px;
}