.notification-box {
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 20px;
	margin-top:20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	position:relative;
	box-shadow: 1px 1px 8px 2px #CCC;
	font-size: 15px;
	font-weight: 700;
}

.notification-box.maintenance{
	color: #00aec7;
	border-left: 6px solid #00aec7;
}
.notification-box.notification{
	color: #ea9b00;
	border-left: 6px solid #ea9b00;	
}
.notification-box.error-problem{
	color: #e63f5e;
	border-left: 6px solid #e63f5e;
}

button.close{
	position:absolute;
	top:5px;
	right:10px;	
}