/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    text-align: left;
    color: #000;
}
.realperson-text {
    font-family: "Courier New",monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    width: 120px;
    color: #000000;
}
.realperson-regen {
position: absolute;
    top: 21px;
    right: -50px;
    color: #777;
    border: 1px solid #e0e0e0;
    padding: 11px 10px 12px 10px;
    background:#fff;
}
.realperson-regen {
    cursor: pointer;
}
.realperson-regen img {
    font-size: 12px;
    display: inline-block;
}
.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
    cursor: default;
}
/*label {
    display: inline-block;
    width: 20%;
}*/

.hasRealPerson {
    width: 200px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
}
/*Contactus Styles*/
.contactusfirstcell {
    width: 20%;
    padding: 3px;
    float: left;
}
.contactusseccell {
    width: 80%;
    padding: 3px;
    float: left;
}
.contactusfirstcell .emptycell {
    display: block;
}

@media (max-width:767px) {
    .contactusfirstcell, .contactusseccell {
        width: 100%;
        float: left;
    }
    .contactusfirstcell .emptycell {
        display: none;
    }
}