/*
************************************************************

Add styles here to keep legacy apps from looking horrendous.

************************************************************
*/
div.loginMsg, div.errorMsg, div.alertMsg {
	margin: 10px 0;
	padding: 15px;
	/* font-size: 11px; */
	font-size: 0.75em;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.loginMsg {
	background: #f8f9fa;
	border: 4px solid #bfccd7;
}
div.errorMsg, div.alertMsg {
	font-weight: bold;
}
div.alertMsg {
	background: #fff9d7;
	border: 4px solid #e2c822;
}
div.errorMsg {
	background: #ffebe8;
	border: 4px solid #dd3c10;
}
div.errorMsg ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
	list-style-image: none;
}
div.errorMsg li {
	color: #000;
}
