#error
{
	color: red;
	transition:0.5s;
}

#warning
{
	color: #FFAA00;
	transition:0.5s;
}

#message
{
	color: green;
	transition:0.5s;
}