.cookie_alert_wrapper
{
        width: 100%;
        margin: 0px auto;
        height: 36px;
        background-color: #333;
}

.cookie_alert
{       height: 36px;
        line-height: 36px;
        font-size: 12px;
        position: fixed;
        width: 100%;
        background-color: #333;
	z-index: 100;
}
.cookie_helper {
	margin:0 auto;
    width: 960px;
    padding: 0 80px;
}


.cookie_alert a,
.cookie_alert span
{
        opacity: 1;
        color:#ddd;
}

.cookie_alert a
{
        text-decoration: underline;
}

.cookie_alert a:hover,
.cookie_alert a:hover span
{
        color:#fff;
}

.cookie_alert .options { float: right;}

.cookie_alert .option
{
        padding:0 25px 0 0;
        margin: 0 0 0 20px;
}