span.wpcf7-not-valid-tip {
    background: #900;
    color: #fff;
    padding: 1px 9px;
    border: none;
    border-radius:0 5px 5px 0;
    -webkit-animation: move 1s ease-in-out infinite;
    -moz-animation: move 1s ease-in-out infinite;
    -ms-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite;
    right:auto;
    left: auto;
    top:0;
    width:180px;
    margin-left:-180px;
}

 @-moz-keyframes move {  0%, 100% {
margin-left: -180px;
}
 50% {
margin-left: -190px;
}
}
 @-webkit-keyframes "move" {
 0%, 100% {
margin-left: -180px;
}
 50% {
margin-left: -190px;
}
}
 @-ms-keyframes "move" {
 0%, 100% {
margin-left: -180px;
}
 50% {
margin-left: -190px;
}
}

span.wpcf7-not-valid-tip:after {
    border-color: transparent #990000 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: 0px;
    content: "";
    height: 0;
    left: -24px;
    position: absolute;
    width: 0;
}


#wpcf7-f127-p128-o1 p {
    padding-bottom: 11px;
}

#wpcf7-f127-p128-o1 .transparent {
    width:100%;

}

#wpcf7-f127-p128-o1 img.ajax-loader {
margin: 0 52px 0 -52px;
}

#wpcf7-f127-p128-o1 div.wpcf7-response-output {
margin-top: 50px;
}
