/* notices and errors */

#flashMessage, .error, .error-message {
	color:#900;
	font-size: 16px;
	margin: 8px 0px;
	font-weight: bold;
}
.error-message {
	color: #ff0000;
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

