#informacja_o_cookie {
	text-align: left; 
	position: relative; 
	padding:0;
	margin:0;
	background: #000;
	border-bottom: 1px solid #474747;
	top:0px;
	z-index:9999999; 
	font-size: 11px;
	width: 100%;
}

.cookie_cont {
	/*background: #444444;*/ 
	margin: 0 auto;
	width: 960px;
	padding: 5px 0;
}

.cookie_cont_text {
	font-size: 11px;
	text-indent:0px; 
	width: 88%; 
	float: left;
	color: #808080;
	margin: 0px;
}

.cookie_cont_text a {
	color: #fff;
	text-decoration: underline;
}

.cookie_cont_btn {
	text-align:center;
	margin: 2px 0 0px 0; 
	width: 10%; 
	float: right;
}

.cookie_cont_btn a {
	padding:5px;
	cursor: pointer; 
	background:#5A5A5A;
	color:#fff;
	text-decoration: none;
	display: block;
}
.cookie_cont_btn a:hover {
	background: #4EB6ED;
}

.cl {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	display: block;
}
