/* Example tokeninput style #2: Facebook style */
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 521px;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #f9fcff;
    color: #000;
    cursor: default;
    border: 1px solid #AACCEE;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    white-space: nowrap;
}

li.token-input-token p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #348DD3;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown {
    position: absolute;
    width: 521px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    color: #666666;
    font-family: Verdana;
    z-index: 1010;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: normal;
    color: #666666;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: rgb(245, 248, 250);
    padding: 3px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: rgb(245, 248, 250);
    font-size: 13px;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: rgb(245, 248, 250);
    font-size: 13px;   
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: rgb(220, 240, 255);
    color: #666666;
}

p.contact_search_reminder {
	color: #ccc; 
	font-size: 11px;
}

.autocomplete_left {
	float:left;
	padding: 8px 8px 0px 8px;
}

.autocomplete_line {
	line-height: 1.3em;
	margin-top: 4px;
	margin-bottom: 4px;
}

.autocomplete_secondary {
	color: #666666;
}
