/** Notices and Errors **/
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0;
	border: solid 1px #900;
	padding: 10px;

	background: white;
	background: rgba(255, 255, 255, 0.6);
}
div.success {
	border: solid 1px #6C0784;
	color: #6C0784;

	background: white;
	background: rgba(255, 255, 255, 0.6);
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin-left: 102px;
/*	background: #c73e14;*/
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
div.info-message {
	clear: both;
	color: #fff;
	font-size: 90%;
	margin: 20px 0;
	padding: 5px 10px;
	border: solid 1px #E7E8E8;
	background: #6C0784;
}
div.info-message p {
	margin: 10px 0;
}
div.info-message a:hover {
	color: #aaa;
}