.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 999999;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}
.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.messages_cookies-wrp a {
	color: #4093b4;
	text-decoration: underline !important;
}
.messages_cookies-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto 0;
	background: url(/plugins/152fz/images/close.png) 0 0 no-repeat;
}

.messages_cookies-close-a {
	color: #4093b4;
	text-decoration: underline !important;
	font-weight: bold;
	border: 1px solid #777;
    padding: 5px 15px 5px 15px;
}
.messages_cookies-close-div {
	margin-top: 10px;
	text-align: center;
}
