.accept_cookies {
	background: rgba(43, 120, 190, 0.9); /*url(/_img/_templates/tlo_cookies.png) repeat top left;*/
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
	padding: 5px;
	padding-right: 30px;
}
.accept_cookies_info {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
	padding: 12px 5px;
	text-align: center;
	max-width: 1000px;
	position: relative;
}
.accept_cookies_info td {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
.accept_cookies_close {
	margin: 7px;
	position: absolute;
	top: 0;
	right: 0;
}
.accept_cookies_yes, 
.accept_cookies_more, 
.accept_cookies_options {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.accept_cookies_yes:hover, 
.accept_cookies_more:hover, 
.accept_cookies_options:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}