




.headerbar_privacy {
    position: fixed;
    *position: relative; /* for IE7 */
    display: block;
    width: 760px;
    height: 55px;
    background: rgba(0,0,0,0.6);
    *background: #000; /* for IE7 */
    z-index: 500;
}

.headerbar_privacy_content {
    width: 760px;
}

a.headerbar_privacy_links {
    color: white;
    text-decoration: underline;
}

a.headerbar_privacy_links:hover {
    color: #e0904e;
    text-decoration: none;
}

.headerbar_privacy_text {
    color: #FFFFFF;
    position: relative;
    float: left;
    text-align: left;
    margin-top: 6px;
    margin-left: 12px;
    width: 38em;
    font-size: 12px;
}

.headerbar_privacy_buttons {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 9px;
}

a.button_accept_privacy_header {
    border: 1px solid #eebe97;
    border-radius: 12px;
    padding: 1px 1px;
    background: linear-gradient(to bottom, #ffffff 0%, #eebe97 100%);
    *background: #eebe97; /* for IE7 */
    font-weight: bold;
    color: #4C4B4B;
    height: 20px;
    float: left;
}

a.button_info_privacy_header{
    border: 1px solid #eebe97;
    border-radius: 12px;
    padding: 2px 8px;
    background: linear-gradient(to bottom, #ffffff 0%, #eebe97 100%);
    *background: #eebe97; /* for IE7 */
    font-weight: bold;
    color: #4C4B4B;
    height: 20px;
    float: left;
    font-size: 12px;
    cursor:pointer;
}

a.button_close_privacy_header {
    border: 1px solid #aed919;
    border-radius: 12px;
    padding: 2px 8px;
    background: linear-gradient(to bottom, #ffffff 0%, #aed919 100%);
    *background: #aed919; /* for IE7 */
    font-weight: bold;
    color: #4C4B4B;
    height: 20px;
    float: left;
    font-size: 12px;
    margin-left: 6px;
}