.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  padding: 3px;
  cursor: text;
}
.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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #72b8ff;
  background: #72b8ff;
  color: #fff;
  padding: 1px 17px 0px 3px;
  margin: 0 2px 2px 0;
  cursor: pointer;
  height: 20px;
  font: 12px "lucida grande", tahoma, verdana, arial, sans-serif;
  z-index: 10;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/tagclose.png") 0 -10px no-repeat;
  text-decoration: none;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  height: 12px;
  background-position: 0 -21px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  height: 12px;
  background-position: 0 -21px;
}
.text-core .text-wrap .text-tags .text-tag .text-button .text-label {
  white-space: nowrap;
}