.errorVatNumber,
.errorVatNumberInput {
    width: 100%;
    float: left;
    background: red;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.errorVatNumberInput {
    text-align: left;
}

.errorVatNumberInput a {
    color: #fff;
    font-weight: bold;
}

.errorVatNumber a {
    background: #fff;
    color: #333;
    margin-left: 15px;
}