.elc_notification{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#f00;
	color:#fff;
	font-size: 13px;
	text-align:center;
	padding: 10px;
	z-index:999;
}
.elc_notification.top{
	top:0;
	left:0;
	bottom:auto;
	right:auto;
}
.elc_notification.bottom{
	top:auto;
	left:0;
	bottom:0;
	right:auto;
}
.elc_notification.left{
	top:0;
	left:0;
	bottom:auto;
	right:auto;
}
.elc_notification.right{
	top:0;
	left:auto;
	bottom:auto;
	right:0;
}
.elc_close_notification{
	cursor:pointer;
  font-weight: bold;
  margin-left: 10px;
}
