#newsFormIndicator
{
	 float: right;
	display: none;
	
	
}   

#newsFormMessage
{
	margin-top: 5px;
	display: none;
}

.newsFormError
{
	color: #fd3b4f;
	font-weight: bold;
}

.newsFormSuccess
{
	color: #37b928;
	font-weight: bold;
}


.errorField
{
	color: #fd3b4f;
}
