.msgError, .paramRequired
{
	color: red;
	font-weight: bold;
}

.msgOk, .paramCustom
{
	color: green;
	font-weight: bold;
}

