#tdDivMessageError {
    margin: 10px 0;
}
#tdDivMessageError > * {
    list-style-type: disc;
    display: list-item;
    margin-left: 20px;
    color: red;
}