ul.errors li {
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
	color:					#9c1212;
	font-size:				10px;
}

ul.errors.big li {
    font-size: 12px;
    background: url('/static/images/icon-error.png') bottom left no-repeat;
    padding-left: 18px;
    margin-top: 3px;
}