#wp-notification{
	background: #eee;
	position: fixed;
	bottom:0;
	z-index: 99;
	padding: 10px 20px;
	color: #333;
	display: none;
}

#wp-notification.open{
	display: inline-block;
}

#wp-notification .wp-notification-container{

}

#wp-notification .wp-notification-container p{
	font-size: 0.9em;
}

#wp-notification .wp-notification-container p a {
	color: #666;
	background: #fff;
	border: 1px solid #666;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1em;
}