.field_err{ 
	color:red;
	font-size:12px;
	width:100%;
}
.success {
    color: green;
    font-size: 14px;
    text-align: center;
}
div::after {
    clear: both;
    content: "";
    display: table;
}
.captchli {
    margin: 15px 0;
}
.forminput .captchli .captchahit {
    max-width: 100%;
}
.captchli .captchahit {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-shadow: none;
    max-width: 360px;
    padding: 4px 10px;
    vertical-align: middle;
}
.forminput .captchli .captchahit .robot_checkbox {
    padding-top: 18px;
}
.captchli .captchahit .robot_checkbox {
    float: left;
    padding: 10px 0 0;
}
.captchli .captchahit .captchacheckbox, .captchli .captchahit .captchaloader, .captchli .captchahit .captchachecked {
    font-size: 13px;
    font-weight: 100;
}
.captchli [type="checkbox"]:not(:checked), .captchli [type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}
.captchli [type="checkbox"]:not(:checked) + label::before, .captchli [type="checkbox"]:checked + label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.captchli [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.captchli [type="checkbox"]:not(:checked) + label::after, .captchli [type="checkbox"]:checked + label::after {
    color: #09ad7e !important;
    font-size: 36px;
    left: 3px;
    line-height: 0.8;
    position: absolute;
    top: -4px;
    transition: all 0.2s ease 0s;
}
.captchli [type="checkbox"]:not(:checked) + label, .captchli [type="checkbox"]:checked + label {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none !important;
    color: #000 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    padding-left: 32px;
    padding-top: 0;
    position: relative;
    text-shadow: none;
}
.captchli .robot_checkbox label {
    float: left;
    line-height: 22px;
}
.forminput li label {
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}
.captchaloader, .captchachecked {
    display: none;
}
.captchli .captchahit .captchacheckbox img, .captchli .captchahit .captchaloader img, .captchli .captchahit .captchachecked img {
    margin-right: 8px;
    vertical-align: middle;
}
.captchli .captchahit .noCaptcha_img {
    color: #666 !important;
    float: right;
    font-size: 10px;
    font-weight: 100;
    line-height: 16px;
    text-align: center;
    width: 66px;
}
.captchli .field_err {
	display: block;
    font-size: 12px;
    text-align: center;  
}
