.msgcookie
{
    display: block;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 11px;
    font-family: sans-serif;
}
.msgcookie p
{
    width: 960px;
    margin: 0 auto;
   /* background: url(../images/cookie.png) 0 0 no-repeat;*/
    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: 50px;
    height: 100px;
    background: url(../images/cookie.png) 0 -45px no-repeat;
    overflow: hidden;
    /*text-indent: -80px;*/
    opacity: 0.5;
    margin: 0 0 0 40px;
}
a.close:hover
{
    opacity: 1;
}
