.cookie-info-dlg
{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #e0e0e0;    
    border-bottom: 5px solid #590;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
}

.cookie-info-dlg-inner
{
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    min-height: 30px;
    padding: 5px 5%;
}

.cookie-info-dlg a 
{ 
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.cookie-info-dlg a:hover { color: #590; }

#cookie-info-dlg-ok
{
    white-space: nowrap;
}

#cookie-info-dlg-ok .dlg-close
{
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 3px 0 3px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #000 url('close.gif') no-repeat center center;
}

#cookie-info-dlg-ok:hover .dlg-close { background-color: #590; }

.cookie-info-dlg a:hover
{ 
    text-decoration: none;
}

.cookie-info-dlg p
{
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    color: #000;
}