.wpfront-top-shadow {
	-webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .75);
}

.wpfront-notification-bar.wpfront-fixed-position {
	z-index: 99999;
}

.wpfront-notification-bar.wpfront-fixed.load {
	visibility: visible;
	position: relative;
}

.wpfront-notification-bar.bottom {
	bottom: 0;
}

.wpfront-notification-bar.keep-closed, .wpfront-notification-bar.max-views-reached {
	display: none;
}

.wpfront-notification-bar div.wpfront-close {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 0;
	font-size: 10px;
	padding: 5px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpfront-notification-bar a.wpfront-button, .wpfront-notification-bar-editor a.wpfront-button {
	display: inline-block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	cursor: pointer;
	padding: 5px 10px;
	margin-left: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.wpfront-notification-bar-open-button.bottom {
	bottom: 0;
	background-position: bottom center;
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.wpfront-notification-bar-spacer.wpfront-fixed-position {
	z-index: 99999;
}

div.wpfront-message p {
	margin: 0;
}