@CHARSET "UTF-8";

    .closebutton {
        cursor:pointer;
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
        background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
        background-color:#f9f9f9;
        -webkit-border-top-left-radius:5px;
        -moz-border-radius-topleft:5px;
        border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
        -moz-border-radius-topright:5px;
        border-top-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        -moz-border-radius-bottomright:5px;
        border-bottom-right-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-bottomleft:5px;
        border-bottom-left-radius:5px;
        text-indent:0px;
        border:1px solid #dcdcdc;
        display:inline-block;
        color:#666666!important;
        font-family:Arial;
        font-size:14px;
        font-weight:bold;
        font-style:normal;
        height:25px;
        line-height:25px;
        text-decoration:none;
        text-align:center;
        padding:0px 10px;
        text-shadow:1px 1px 0px #ffffff;
    }
    .closebutton:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color:#e9e9e9;
    }.closebutton:active {
        position:relative;
        top:1px;
    }
    
    #cookieNotice{
        width: 100%; 
        position: fixed; 
        bottom:0px;
        box-shadow: 0px 0 10px 0 #808080;
        background: #f8f8f8;
        z-index: 9999;
        font-size: 14px;
        line-height: 1.3em;
         color: #ffffff;
        font-family: arial;
        left: 0px;
        text-align:center;
        color:#000;
        opacity: 1;
    }
    #cookieNotice p {
        margin:0px; 
        padding:0px;
    }
    #cookieNoticeContent{
        position:relative; 
        margin:auto; 
        padding:10px; 
        width:100%; 
        display:block; 
        text-align:center;
    }
    #cookieNoticeContent .cookieNoticeInfo{
        text-align:center; 
        margin:auto; 
        width: 75%;
    }
     #cookieNoticeContent .cookieNoticeInfo span {
        color: #000;
     }
      #cookieNoticeContent .cookieNoticeInfo span a{
        color: #000;
     }
