.ILIKEIT_container {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 95px;
  background-image: url(img/votes-bg.png);
}
.ILIKEIT_votes {
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
.ILIKEIT_form {
  height: 95px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.ILIKEIT_form input {
  display: none;
}

