div#cookieChoiceInfo {
    background-color: #484848 !important;
	font-family: 'delicious', Arial, serif;

    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

#cookieChoiceInfo > a:nth-child(2), a#cookieChoiceDismiss {
    color: #FFF;
    background: #e50909;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
    text-align: center;
    padding: 3px 12px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

    #cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
        color: #FFF;
        text-decoration: none;
        position: relative;
        top: 1px;
        left: 1px;
    }