body {
    background:transparent !important;
}
.honeypot {
	display:none;
}
.checkHumans {
    width: 250px;
    height: 60px;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.checkHumans label {
    width: 196px !important;
    font-size: 12px !important;
    padding: 10px !important;
    margin: 10px 0 0 0 !important;
    float: left !important;
	font-weight: normal !important;
    font-family: arial !important;
    display: block !important;
    color:#555 !important;
}
.checkHumans input#humanCheck {
    float: left;
    width: 33px;
    height: 33px;
    margin-top: 12px;
}
.has-error .checkHumans {
	border:1px solid red;
}
.has-error .checkHumans label{
	color:red !important;
}
.containerForm #iconAjax img {
    width:100%;
}
.containerForm #iconAjax {
    width: 86px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -43px;
    display: none;
}