._anu_chat_gadget {
    z-index: 9999;
    display: block;
    text-decoration: none;
    bottom: -20px;
    right: 0px;
    text-transform: uppercase;
    color: #BE830E;
    letter-spacing: 1px;
    font-size: 16px; 
}

a._anu_chat_gadget:hover {
 color: #000;
 text-decoration: none;
}

.fixedbutton-box {
  position: fixed;
  bottom: 200px;
  right: 0px;
  width: 115px;
  z-index: 9999;
}

.fixedbutton {
  color: #fff;
  padding: 12px;
  background: #000;
  margin-top: 4px;
  border-radius: 5px;
  border: 1px solid #BE830E;
}

.fixedbutton-box img {
    max-width:35px;
    max-height:35px;
    display:block;
    margin: auto;
    padding-bottom:5px;
}

.fixedbutton:hover {
  background: #F5EDDE;
}