.validetta-error {
    display: block;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #CD2E26;
    max-width: 325px;
    border-radius: 5px;
    color: white;
    padding: 5px 12px;
}

.validetta-error:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -5px;
    width: 0px;
    height: 0px;
    border-right: 5px solid #CD2E26;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.validetta-errorClose {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 3px;
    color: white;
    font-weight: bold;
}
