.tagsy{
    padding: 7px;
}

.tagsy .holder{
    width: 100%;
}

.tagsy .btn{
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.tagsy .input{
    float: left;
    position: relative;
}

.tagsy .input input{
    border: 0 none;
    background: transparent none;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 5px;
}

.tagsy .list.open{
    display: block;
}

.tagsy .list {
  list-style: outside none none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}

.tagsy .list a {
  display: block;
  min-width: 150px;
  padding: 2px 10px;
  color: #555;
}

.tagsy .list a:hover,
.tagsy .list li.active a{
    background-color: #F0F0F0;
    text-decoration: none;
    color: #333;
}
