body input.invalid {
    border-color: #ff6666;
    background: none;
    margin-bottom: 0;
}

.invalid_msg {
    color: #ff5555;
    font-size: 14px;
    line-height: 22px;
    text-indent: 18px;
    background: url(validate/error.png) left no-repeat;
}