ul.errorlist {
    padding-left: 0;
    position: relative;
    top: -10px;
}

ul.errorlist li {
    list-style-type: none;
    color: #d03f28;
}

.note {
    position: relative;
    font-size: .9em;
    top: -10px;
    color: #26a3d2;
}
