.notification {
	border-top: 1px solid #000;
	margin: 0px;
	padding: 1ex 0em;
	font-size: 130%;
	opacity: 0.8; /* css standard */
	filter: alpha(opacity=80); /* IE patch */
}

.notification .close {
	float: right;
	padding: 0ex 2em;
}

.notification ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.notification li {
	padding: 0px;
	margin: 0ex 2em;
}

.notification.warning,
.notification.warning li {
	background-color: #990000;
	color: #FFF;
}

.notification.message,
.notification.message li {
	background-color: #dfdaa7;
	color: #000;
}

.notification.notice,
.notification.notice li {
	background-color: #cccc66;
	color: #000;
}
