As long as you are fixing errors anyway, I found that you have a duplicate entry in your style.css (the only difference is that the hex-color-code is in small letters in one and in capitals in the other:
/* =Contactform7
----------------------------------------------- */
#content span.wpcf7-not-valid-tip {
background: none repeat scroll 0 0 transparent;
border: 0 none;
color: #FF0018;
font-size: 12px;
left: 5px;
line-height: 12px;
padding: 2px;
top: 0;
}
/* =Contactform7
----------------------------------------------- */
#content span.wpcf7-not-valid-tip {
background: none repeat scroll 0 0 transparent;
border: 0 none;
color: #ff0018;
font-size: 12px;
left: 5px;
line-height: 12px;
padding: 2px;
top: 0;
}