.noopslikebox {
    background: url('/gfx/facebook_v2.png') no-repeat scroll left center transparent !important;
    display: block;
    float: right;
    height: 270px;
    padding: 0 5px 0 42px;
    width: 245px;
    z-index: 9999999;
    position: fixed;
    right: -250px;
    top: 100px;;
}

.noopslikebox div {
    border: none;
    position: relative;
    display: block;
}

.noopslikebox span {
    bottom: 12px;
    font: 8px 'lucida grande', tahoma, verdana, arial, sans-serif;
    position: absolute;
    right: 7px;
    text-align: right;
    z-index: 999;
}

.noopslikebox span a {
    color: gray;
    text-decoration: none;
}

.noopslikebox span a:hover {
    text-decoration: underline;
}



.button-link {
    padding: 5px 10px;
    background: #339933;
    color: #FFFFFF;
    text-decoration: none;
    float:right;
    margin-right:20px;
    margin-top:5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-link:hover, .button-link:focus {
    background: #00CC00;
    border: 0px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#CookieKomunikat{
    background:rgb(0,0,0);
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:center;
    width:100%;
    z-index:1000;
    color:#FFFFFF;
    padding:10px;
    font-family:Arial;
    font-size:14px;

} 