﻿#alertCookie
{
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;

    padding: 0.5em;
    background-color: #FECF49;
    border-bottom: 1px solid #bc9525;
    
    -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    z-index:999;
}

    #alertCookie p, #alertCookie a
    {
        text-align: center;
        color: #333;
        margin: 0;
    }
    
    #alertCookie .cookie-close
    {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0.7em;
        width: 16px;
        height: 16px;
        background-image: url(images/cookie-close.png);
        background-position: center center;
        background-repeat: no-repeat;
        cursor:pointer;
    }