#messages { 
	color: #FF9900; font-weight: bold; font-size: 12pt;
}

#error { 
	color: red; font-weight: bold;
}

#errors { 
	color: red; font-weight: bold; font-size: 12pt;
}

#informations { 
	color: blue; font-weight: bold; font-size: 12pt;
}

#warnings { 
	color: #FF9900; font-weight: bold; font-size: 12pt;
}

#questions { 
	color: blue; font-weight: bold; font-size: 12pt;
}

#exceptions { 
	color: red; font-weight: bold; font-size: 12pt;
}

