.egn-bmsg
{
	display: none;
	width: 500px;
	min-height: 200px;
	position: absolute;
	z-index: 25;
	margin-left: -250px;
	left: 50%;
	top: 100px;
	
	background: rgba(39, 39, 39, 0.5);
	border: 1px #8A8A8A solid;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.egn-bmsg.error
{
	background-color: red;
	background: rgba(255, 0, 0, 0.63);
	border-color: #E10000;
}
.egn-bmsg .close
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 15px;
	font-weight: normal;
}