.ebman-modal-content{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	position: fixed;
	z-index: 1000;
	display: none;
}
.ebman-popup-notice-cart{
	top: 30%;
	width: 70%;
	z-index: 1000;
	max-width: 650px;
	border: #a0a0a0 solid 1px;
	background: #fff;
	position: relative;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 5px;
	padding: 15px;
	margin: auto;
}
.ebman-modal-content span.ebman-close{
	color: #787878;
	font-size: 22px;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	cursor: pointer;
}
.ebman-modal-content .buttons{
	margin: 0 auto;
	clear: both;
	text-align: center;	
}

.ebman-modal-content .buttons a{
	width: 30%;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 8px 0;
	display: inline-block;
	margin-right: 5px;	
	background-color: #777777;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #777777;	
}