.chatboxbar {
  background: url("https://bluecaet.neocities.org/resources/blueplaitbg.png");
  height: 15px;
  width: 154px;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  font-family: MS UI GOTHIC;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  line-height: 11px;
  border-radius: 3px 3px 2px 2px;
  filter: drop-shadow(#d9cab5 1px 0px 0px) drop-shadow(#d9cab5 0px 1px 0px)
    drop-shadow(#faf1e0 -1px 0px 0px) drop-shadow(#faf1e0 0px -1px 0px);
  font-weight: bold;
  color: #fffafa;
  text-shadow: 0 1px #b38452, 1px 0px #b38452, 0 -1px #b38452, -1px 0px #b38452;
  box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset lightblue;
  letter-spacing: 1px;
}

iframe {
  height: 200px;
  width: 150px;
  overflow: visible;
  position: absolute;
  border: 1px dotted #ede6c2;
  margin-top: 30px;
  margin-left: 7px; 
}
