#cookie_all{
position: fixed;
display: block;
background: #fefefe;
left:0px;
bottom: 1px;
width: 100%;
z-index: 9000;
border-top: #00578d 1px solid;
padding-bottom: 10px;
}

#cookie_knopka {
font-size: 14px;
font-weight: bold;
display: table-cell;
text-transform: uppercase;
padding: 10px 22px;
color: #fefefe;
background: #00578d;
text-shadow: 0px 0px 2px #000;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-khtml-border-radius: 3px;
letter-spacing: 1px;
border: #000 1px solid;
}