
/* Corners */
.notify_nw,
.notify_ne,
.notify_se,
.notify_sw{
	float: left;
	height: 10px;
	width: 20px;
}

/* Sides */
.notify_w,
.notify_e {
	float: left;
	width: 20px;
}

/* Center and Bottom */
.notify_center,
.notify_bottom {
	clear: left;
}

/* Top and Bottom */
.notify_n,
.notify_s {
	float: left;
	height: 10px;
	width: 225px;
}

.notify_content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background: #176BC1;
	color: white;
	width: 225px;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 2px 20px;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
	-webkit-box-shadow:5px 5px 10px 0px #000000;
	-moz-box-shadow:5px 5px 10px 0px #000000;
	box-shadow:5px 5px 10px 0px #000000;
}

.notify_center .logo {
	background-image: url("https://netbooking.naturalbooking.it/timthumb/timthumb.php?src=http://www.campingitalia.it/images/camping-italia.png&zc=1&w=90&h25");
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 90px;
    top: 120px;
    width: 90px;
}

.notify_center {
	background: #1E211F;
}

.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;
	z-index: 1000000;

}

#notification_area {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 1000000;
}

.notification iframe {
	border: 0;
}

.notification iframe body {
	margin: 0;
}

.notify_content .number {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top:-15px;
}
.notify_content .when {
	font-weight: bold;
	text-align: center;
	display: block;
}

