.fb-popup {
  position: fixed;
  background: white;
  //bottom: 15px;
  top: 50px;
  
  right: -350px;
  padding: 25px 10px 10px;
  border: 1px solid #c8c8c8;
  //z-index: 10000;
  width: 300px;
  text-align: center;
  border-radius: 3px; 
  transition:right  500ms;
  z-index:1000;
}
.fb-popup.show {
  right:15px;
}
.fb-popup a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    line-height: 120%; }

.fb-popup a.hide-box {
    margin-top: 10px; 
    color: #000;
    font-size: 0.8em;
}
.fb-popup .hide-box span {text-decoration: underline; }
.fb-popup .hide-box:hover {text-decoration: none; }


.fb-popup .close-box {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAgUlEQVQoka2S0QnAIAxEM4KjOIKj9Ms1OkJH6AgdwRE6Ske4JnBCDPZD6MdDuNwFORUAsoLUWo1DaTwlkJSL8+LFW4GyB3PXT9P8pqw8HG7UBnMMGIUG8BpgSL4Cwu1w5vRroJsftgKe00B25jxryAdmDfVaBz0+jDf7ZY3kpW9hvDhIAfurm/sKAAAAAElFTkSuQmCC);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 5px; 
}

