ul.errorlist {
    list-style-type: none;
}

ul.errorlist li {
    color: #111111;
    background-color: #999999;
    float: none;
}

.messages {
    font-size: 11pt;
    background-color: #515151;
    color: white;
}

.quiet {
    padding: 3px;
    font-size: 9pt;
    background-color: #5501EF;
    color: white;
}

.error {
	width: 80px;
}
