UL {
	list-style: none;
}

div.err {
        text-align: center;
        font-weight: bold;
        color: black;
	background-color: #ff5050;
}
div.ok {
        text-align: center;
        color: black;
	background-color: #50ff50;
}

