#wp-notification-wrap {
	/*position: fixed;*/
	/*bottom: 10px;*/
	/*top: 10px;*/
	/*right: 10px;*/
	z-index: 998;
	overflow: visible;
	background: transparent;
}

#wp-notification {
	background-color: #ffffff;
	padding: 10px;
}

.wpn-wrap {
	width: 100%;
}

.wpn-body-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.wpn-body {
	margin-bottom: 5px;
}

.wpn-footer-main {
	text-align: center;
}

.wpn-footer-link {
	text-decoration: none;
}

.wpn-hidden {
	display: none;
}
