.info {
	list-style-image: url("/aire-app/resources/images/icons/accept.png");
      color: blue;
      font-weight: bold;
      text-align:left;
}

.error {
	  list-style-image: url("/aire-app/resources/images/icons/exclamation.png");
      color: red;
      font-weight: bold;
      text-align:left;
}

.fatal{
	list-style-image: url("/aire-app/resources/images/icons/exclamation.png");
      color: red;
      font-weight: bold;
      text-align:left;
}

.warn{
	list-style-image: url("/aire-app/resources/images/icons/error.png");
      color: orange;
      font-weight: bold;
      text-align:left;
}