/* -------------------------------- ERRORS & MESSAGES --------------------------------*/
.error, .errorNotification {
	color: #FF0000;
	font-weight: bold;
}

.errorNotification, .messageNotification {
	padding: 0px;
	border-width: 1px;
  	border-style: solid;
}

.message, .messageNotification {
	color: #079849;
	font-weight: bold;
}

.messageNotification {
	border-color: #079849;
}

.errorNotification {
	border-color: #FF0000;
}