div.errors {
    margin:0 0 1em 0;
    padding:10px;
    border:1px solid #ff0000;
    background:#ffd9d9;
    color:#414141;
}

div.errors h2 {
    color: #414141;
}

div.errors ul {
    margin: 0 0 0 1.3em;
    list-style: disc outside none;
}

div.error {
    background-color: #ECECEC;
}

div.error label {
    color: #FF0000 !important;
}

div.error ul label {
    color: inherit !important;
}