.pwebMailchimpDiv {
    text-align: center;
    margin-bottom: 10px;
}
.pwebMailchimpSuccessMessage {
    display: none;
}
.pwebMailchimpMessage {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.pwebMailchimpDiv input.invalid:required:invalid,
.pwebMailchimpDiv input.invalid:focus:invalid {
    border: 1px solid red;
    font-weight: bold;
}
.pweb-animate-loop {
    display: block;
    width: 100%;
    -webkit-animation: pweb-rotate 2s infinite linear;
    animation: pweb-rotate 2s infinite linear;
}
.pweb-error {
    color: red;
    font-weight:bold;
}
@-webkit-keyframes pweb-rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes pweb-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.pwebbox_ee_terms label{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.pwebbox_ee_terms input[type="checkbox"]{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
