#eppcc-notification-container
{
	position:fixed;
	z-index:1000;
}
#eppcc-notification-container p
{
	padding:10px 15px;
	margin:0;
	line-height: 1.9;
}

.epp-notification-bottomcenter
{
	bottom:0;
	left:0;
	right:0;
	margin: auto;      /* Center it */
    text-align:center;
}

.epp-notification-bottomright
{
	bottom:0;
	left:auto;
	right:0;
	text-align:right;
}

.epp-notification-bottomleft
{
	bottom:0;
	left:0;
	right:auto;
	text-align:left;
}

.epp-notification-topcenter
{
	left:0;
	right:0;
	margin: auto;
    text-align:center;
}

.epp-notification-topleft
{
	left:0;
	text-align:left;
	right:auto;
}

.epp-notification-topright
{
	left:auto;
	right:0;
	text-align:right;
}
#eppcc-notification-container .notification-button
{
	cursor:pointer;
	padding: 4px 8px 4px 8px;
	margin-left: 4px;
}