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

.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-left: 6px;		padding-right: 6px;		margin-left: 5px;
}