﻿#cookiesDiv {
    font: 12px Arial,Verdana,Trebuchet MS;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 18px 5px;
    position: fixed;
    width: 100%;
    z-index: 40000;
    background-color: #666;
}
#cookiesDiv .cookieCont {
    margin: 0 auto;
    width: 80%;
}
#cookiesDiv img.infCookie {
    float: left;
    margin: 0 22px;
}
#cookiesDiv h2 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: left;
    margin: 0;
}
#cookiesDiv p {
    color: #fff;
    display: inline-block;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
}
#cookiesDiv a {
    color: #ff9;
    font-size: 12px;
    font-weight: bold;
}
#cookiesDiv button {
    background-color: white;
    border: medium none;
    color: #000;
    float: right;
    font-family: Arial,sans-serif;
    font-size: 1em;
    margin-right: 2%;
    margin-top: 2px;
    padding: 2px 7px;
    text-decoration: none;
    text-transform: uppercase;
}