.flashmessages { text-align: center; margin: 25px 0 -5px; }
	.flashmessage_error {
		color: #fbc50c;
		font-weight: bold;
	}
		.flashmessage_error a { text-decoration: underline; color: #922624; }
		.flashmessage_error a:hover { text-decoration: none; color: #922624; }	
	.flashmessage_success {
		color: #fbc50c;
		font-weight: bold;
	}
		.flashmessage_success a { text-decoration: underline; color: #3b962c; }
		.flashmessage_success a:hover { text-decoration: none; color: #3b962c; }
	.flashmessage_note {
		color: #000;
		font-weight: bold;
	}
		.flashmessage_note a { text-decoration: underline; color: #5582b4; }
		.flashmessage_note a:hover { text-decoration: none; color: #5582b4; }


#admin_toolbar .flashmessages { margin: 0 0 -5px; text-align: left; } 
#admin_toolbar .flashmessage_error {
	border: 1px solid #fff;
	background: #f3d4d2;
	color: #922624;
	font-weight: bold;
	padding: 3px 10px;
	margin: 5px 0 10px;
	font-weight: normal;
}
#admin_toolbar .flashmessage_success { 
	border: 1px solid #fff;
	background: #e4f3d4;
	color: #3b962c;
	font-weight: bold;
	padding: 3px 10px;
	margin: 5px 0 10px;	
	font-weight: normal;
}
#admin_toolbar .flashmessage_note { 
	border: 1px solid #fff;
	background: #e6eaf3;
	color: #5582b4;
	font-weight: bold;
	padding: 3px 10px;
	margin: 5px 0 10px;	
	font-weight: normal;
}