#cookiesBar {
	color: #fff;
	font: 400 normal 11px/1em Arial, sans-serif;
	width: 700px;
	right: 0px;
	padding: 15px 15px 15px 15px;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	background: #d9d9d9;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

#cookiesBar a {
	color: #7c7c7c;
	border-bottom: 1px dotted #7C8387;
}
#cookiesBar a:hover {
	color: #414141;
}

#cookiesBar p {
	margin: 0;
	line-height: 14px;
}

#cookiesBarWrap {
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	position: relative;
}

#cookiesBarClose {
	display: block;
	width: 20px;
	height: 19px;
	background: url("img/btn-close.png") 0 0 no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 2px;
	right: 0;
}
a#cookiesBarClose {
	border: 0;
}
#cookiesBarClose:hover {
	background-position: -30px 0;
}