.msgcookie {
z-index:99999999;
display:block;
position:fixed;
bottom:0;
height:65px;
width:100%;
background:rgba(0,0,0,0.8);
color:#fff;
font-family:sans-serif;
font-size:12px;
}

.msgcookie p {
width:960px;
background:url(../img/cookie.png) 0 0 no-repeat;
margin:0 auto;
padding:10px 0 0 30px;
}

.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover {
color:#fff;
}

.msgcookie a.close {
float:right;
display:block;
width:16px;
height:50px;
background:url(../img/cookie.png) 0 -45px no-repeat;
overflow:hidden;
text-indent:-80px;
opacity:0.5;
margin:0 0 0 40px;
}

a.close:hover {
opacity:1;
}

.msgcookie a {
color:#f90!important;
font-size:12px;
}

.msgcookie strong {
font-size:12px;
}