@charset "UTF-8";


#privacy_page h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Helvetica';
    display: block;
    color: #000;
    width:100%;
}
#privacy_page h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'Helvetica';
    display: block;
    color: #000;
    width:100%;
}
#privacy_page h3 {
    font-weight: bold;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Helvetica';
    display: block;
    color: #000;
    width:100%;
}
#pricacy_popup {
    color: #000;
    background-image: url('bg.png');
    position: fixed;
    left: 5px;
    right: 5px;
    top: auto;
    bottom: 5px;
    border: solid 1px silver;
    padding: 10px;
    font-family: 'Helvetica';
    z-index: 1000;
    font-size: 14px;
}

#privacy_page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-image: url('bg.png');
    padding: 40px;
    overflow: scroll;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 16px;
    color: #000;
}

#closeButton {
    position: fixed; 
    right: 20px; 
    top: 20px; 
    cursor: pointer; 
    z-index: 10001;
}

#acceptButton {
    border: solid 1px silver;
    background-color: rgb(240, 240, 240);
    color: gray;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 5px 10px 0 0;
    position: relative;
    cursor: pointer;
    font-family: 'Helvetica';
    font-size: 14px;
}

#acceptButton:hover {
    color:silver;
}

#pricacy_popup a,
#privacy_page a {
    color: gray;
    text-decoration: none;
}
#pricacy_popup a:active,
#pricacy_popup a:hover,
#privacy_page a:active,
#privacy_page a:hover {
    text-decoration: none;
    color: silver;
}