#div_accept_cookies {
	position:fixed;
	_position:absolute;
	bottom: 0;
}
.accept_cookies {
	background-color: #EFEFEF;
	border-top: 1px solid #EFEFEF;
	box-shadow: 0 -2px 4px #758BB0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.accept_cookies_info {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	margin: 0 auto;
	padding: 12px 5px;
	text-align: left;
	max-width: 1000px;
}
.accept_cookies_info td {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
}
.accept_cookies_close {
	margin: 7px;
}
.accept_cookies_yes, .accept_cookies_more, .accept_cookies_options {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}