.cookies{         
    font-family: Arial;
    bottom:0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
   /* height:55px;*/
    
    background:#363636;
    width:100%;
    font-weight:bold;
    color:#ffffff; 
    
    line-height:12px;
    border-top: 1px solid #2d2d2d;
}
.cookiesOuter{
	/*
	width:990px;
	margin:0 auto;
	*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	
	padding:10px 5px;	
}
.cookiesLeft{
	/*
	float:left;
	width:700px;
	*/
	font-size:0.7em;	
	font-weight:normal;
	text-align:justify;
}
.cookiesRight{
	margin:0.5em 0em;
	text-align:center;
	padding:10px 0px 10px 0px;
	/*float:right;*/
}
.cookiesRight a{
	background:#fff;
	color:#000;
	text-decoration:none;
    font-style: normal;
	font-size:0.8em;
	padding:8px 12px;
	margin:0px 5px;
	border:1px solid #2d2d2d;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.cookiesRight a:hover{    
	color:#000;
	background:#ffd205;
}
/* zapobiega miganiu zanim JS zadziała */
#cookies { 
  display: none;
}

/* JS doda klasę gdy trzeba pokazać */
/* #cookies.cookies--show {
  display: block;
}  */
