/* Corners */
.notify_nw,
.notify_ne,
.notify_se,
.notify_sw{
	float: left;
	height: 20px;
	width: 20px;
	background: url(../images/corners.png) no-repeat;
	display: none;
}

/* Sides */
.notify_w,
.notify_e {
	float: left;
	width: 20px;
	background: url(../images/sides.png) repeat-y;
	display: none;
}

/* Center and Bottom */
.notify_center,
.notify_bottom {
	clear: left;
}

/* Top and Bottom */
.notify_n,
.notify_s {
	float: left;
	background: url(../images/corners.png) no-repeat;
	height: 20px;
	width: 250px;
	display: none;
}

.notify_content {
	float: left;

}

.notify_center {
	background: rgba(28,83,174,0.9);
	padding: 10px;
	border-radius: 4px;
	border:5px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	font:12px 'open sans';
	color: #fff;
	width: 250px;
}

.notify_n {
	background-position: -16px -49px;
	background-repeat: repeat-x;
}

.notify_ne {
	background-position: -20px 0;
}

.notify_se {
	background-position: 0 -20px;
}

.notify_sw {
	background-position: -20px -20px;
}

.notify_s {
	background-position: -16px -70px;
	background-repeat: repeat-x;
}

.notify_e {
	background-position: -20px 0;
}

.notification {
	clear: left;
	float: left;
	list-style: none;
	
}

#notification_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

.notification iframe {
	border: 0;
}

.notification iframe body {
	margin: 0;
}

.notification h3 {
	color: #DCE8FA;
	font:300 18px 'open sans';
	
}

#euCookieButtonContainer a{
	color:#DCE8FA;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	display: inline-block;
	background-color: #487ACE;
	padding: 2px 5px;

}

#euCookieButtonContainer a:hover{
	color:#fff;
}