
.text-core .text-wrap .text-tags {
  
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: text;
    top: 0;
    left: 0;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
  float: left;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  border-radius: 2px;
  background: #e2e6f0;
  box-sizing: border-box;
  margin: 2px 2px 0px 0;
  border: 1px solid #9daccc;
  padding: 0px 17px 0px 3px;
  -moz-box-sizing: border-box;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  top: 5px;
  right: 3px;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  background: url("/images/tagclose.png") 0 0 no-repeat;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}

.text-label {
    vertical-align:top;
}
