/* Stying for jQuery Validation plugin elements */
label .error {
    display: block;
    font-weight: bold;
    color: #c00; }

.errorContainer {
    margin: 1em 0;
    padding: 10px;
    background: #FBE3E4;
    color: #8a1f11;
    border: 1px solid #FBC2C4; }

.errorContainer ul {
    list-style-type: disc;
    margin-left: 15px; }

.errorContainer ul li {margin-bottom: 5px; }

.errorContainer a {color: #8a1f11; }
.errorContainer a:hover,
.errorContainer a:active,
/*.errorContainer a:focus {text-decoration: none; }*/