
#cookieWarnings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #1C1F26;
    border-bottom: 10px solid #fff;
    padding: 20px 30px 20px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000;
    right: 0;
}

    #cookieWarnings a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
    }

        #cookieWarnings a.button {
            font-family: sans-serif;
            display: inline-block;
            *display: inline;
            padding: 4px 12px;
            margin: 12px 5px;
            *margin-left: .3em;
            line-height: 20px;
            text-align: center;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
            font-style: normal;
            vertical-align: middle;
            cursor: pointer;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            background-color: #7cae12;
            *background-color: #7cae12;
            background-image: -moz-linear-gradient(top, #aad353, #7cae12);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aad353), to(#7cae12));
            background-image: -webkit-linear-gradient(top, #aad353, #7cae12);
            background-image: -o-linear-gradient(top, #aad353, #7cae12);
            background-image: linear-gradient(to bottom, #aad353, #7cae12);
            background-repeat: repeat-x;
            border-style: solid;
            border-width: 1px;
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            padding: 2px 10px;
            font-size: 12px;
            text-decoration: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            outline: none;
        }

            #cookieWarnings a.button.rifiuta {
                background-color: #bc0000;
                *background-color: #bc0000;
                background-color: #;
                background-image: -moz-linear-gradient(top, #e02626, #bc0000);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e02626), to(#bc0000));
                background-image: -webkit-linear-gradient(top, #e02626, #bc0000);
                background-image: -o-linear-gradient(top, #e02626, #bc0000);
                background-image: linear-gradient(to bottom, #e02626, #bc0000);
            }

            #cookieWarnings a.button:hover, #cookieWarnings a.button:focus {
                color: #ffffff;
                background-color: #333;
                *background-color: #333;
                background-position: 0 -55px;
                -webkit-transition: background-position 0.1s linear;
                -moz-transition: background-position 0.1s linear;
                -o-transition: background-position 0.1s linear;
                transition: background-position 0.1s linear;
            }

#cookieWarnings .button.close.accetta {
    color: white;
    opacity: 1;
    display: block;
    width: 100%;
    font-weight: normal;
    margin:20px 0 10px 0;
    font-size: 30px;
}

#cookieWarnings .button.close.accetta:hover {
    color: gray;
}