﻿.textboxlist
{
    width: 365px;
    cursor: text;
    border: 1px solid #999999;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 4px 5px 0;
}
.textboxlist-bit-editable-input
{
    border: 0;
}
.textboxlist-bit-box-deletable
{
    padding-right: 15px;
}
.textboxlist-bit
{
    cursor: default;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 5px 3px 0;
    padding: 0;
}
.textboxlist-bit-box
{
    background: none repeat scroll 0 0 #DEE7F8;
    border: 1px solid #CAD8F3;
    border-radius: 9px 9px 9px 9px;
    cursor: default;
    line-height: 18px;
    padding: 0 5px;
    position: relative;
}
.textboxlist-bit-box-deletebutton
{
    background: url("../Images/close.gif") repeat scroll 0 0 transparent;
    display: block;
    font-size: 1px;
    height: 7px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 7px;
}
.ui-autocomplete-loading
{
    background: white url('Images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.holder
{
    border: 0px solid #999999;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 4px 5px 0;
}
