#smile {
  padding: 3px;
  position: relative;
  width: 100px;
  cursor: pointer;
  cursor: hand;
}

#smile .list {
  display: none;
  position: absolute;
  color: white;
  width: 220px;
  height: 120px;
  background: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 2px #111;
  -webkit-box-shadow: 0 0 2px #111;
  box-shadow: 0 0 2px #111;
  padding: 3px;
  margin: 0 0 0 4px;
  cursor: pointer;
  visibility: visible;
  left:60px; bottom:70px;
}
