#cookiesInfo {
    
    width: 100%;
    position: fixed; z-index: 1;
    bottom: 1px;
     /*text-shadow: 1px 1px 1px #FFFFFF; f
    ont-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
    top: 0;
    left:0;
    *background: url("img/cookies-info.jpg") repeat scroll 0 0 transparent; width: 100%;*/
   
    background-color: lightyellow;
   
    box-shadow: 1px 1px 14px black;
  
}
#cookiesInfo .main {
    margin: 0 auto;
   
}

#cookiesInfo .main a {
    color: #0D58AC;
    text-decoration: none;
}
#cookiesInfo .main a:hover {
    text-decoration: underline;
}

#cookiesInfo .main p {
   /* font-size: 11px;
    line-heigh*/
}

#cookiesClose {
   /* background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    right: 2%;
    margin-left: 480px;
    position: absolute;
    text-indent: -999999px;
    top: 6px;
    width: 20px;*/

}
#cookiesClose:hover {
    background-position: 0 -20px;
    cursor: pointer;
}