.token-field {
  border: 1px solid #bdc6d7;
  padding: 0 3px 1px 1px;
  cursor: text;
  min-height: 23px!important;
  background: white;
}
.token-field .token {
  border: none;
  outline: 0 none;
  float: left;
  white-space: nowrap;
  background-image: url( token.gif);
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
  color: #000;
  margin-top: 1px;
  margin-right: 1px;
  cursor: default;
}
.token-field .token span {
  background-image: url( token.gif);
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
}
.token-field .token span span {
  background-position: bottom right;
}
.token-field .token span span span {
  background-position: bottom left;
}
.token-field .token span span span span {
  background-image: none;
  padding: 0px 2px 1px 5px;
}
.token-field .token:hover {
  background-image: url( highlighted-token.gif);
}
.token-field .token:hover span {
  background-image: url( highlighted-token.gif);
}
/*
.token-field .selected-token {
  background-image: url( selected-token.gif);
  color: #fff;
}
.token-field .selected-token span {
  background-image: url( selected-token.gif);
}
.token-field .selected-token:hover {
  background-image: url( selected-token.gif);
}
.token-field .selected-token:hover span {
  background-image: url( selected-token.gif);
}
*/
.token-field .token span.token-x {
  background-image: url( transparent.gif);
  padding: 0 2px 0 3px;
  color: #acb9d3;
  display: inline;
  cursor: pointer;
  font-size: 12px;
  line-height: 11px;
  height: 11px;
  font-weight: bold;
}
.token-field .token:hover span.token-x {
  background-image: url( transparent.gif);
}
.token-field .token-input {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}
.token-field .token-input input {
  border: 0 none;
  outline: 0 none;
  box-shadow: none;
  width: 100%;
}
.token-field .token-input-sizer {
  left: 0;
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 0;
}
