div.notification {
	position: fixed;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	width: 100%;
}

div.notification div {
	padding: 0 10px 0 40px;
}

div.notification a.close {
	float: right;
}

div.notification div.warn {
	background-color: #edd400;
}

div.notification div.error {
	background-color: #990000;
}
