#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 10px;
    top: 20px;
    right: 10px;
    background-color: #000;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    min-width: 400px;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #fefefe;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
    margin-left: 46px;
    padding: 3px 0 0 0;
}

#cookieinfo p {
    font-size: 12px;
    color: #fefefe;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cook_but_YES {
    position: relative;
    display: block;
    width: 66px;
    height: 31px;
    border-radius: 2px;
    font-size: 15px;
    color: white;
    background-color: #16cf16;
    cursor: pointer;
}

#cook_but_YES:hover {
    background-color: #045f04;
}