﻿/* Don't include the bullet points in front of error messages in validation-summary-errors */
.validation-summary-errors > ul {
    list-style: none;
}

.error {
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: 20px;
}