#flashMessage, #messageNote {
	background-color: rgb(151, 213, 0);
	padding: 10px !important;
	border: 2px dashed rgb(255, 255, 255);
	line-height: auto !important;
	margin-bottom: 20px;
	color: white;
	text-shadow: 1px 1px 5px black;
	font-size: 16px;
	font-weight: bold;
}

#flashMessageSmall, #messageNoteSmall {
	background-color: rgb(255, 249, 211);
	padding: 10px !important;
	border: 1px solid rgb(244, 238, 214);
	line-height: auto !important;
	margin-bottom: 20px;
}

