/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
overflow: hidden;     
height: auto !important; 
height: 1%;
cursor: text;
z-index: 999;
margin: 0;
padding: 0;
background-color: transparent;	
margin: 0;   
width: 132px;
border: none;
}

ul.token-input-list-facebook {
list-style-type: none;
}

ul.token-input-list-facebook li input {
width: 130px;
height:15px;
background-color: white;
border: 1px solid #999;
color: #666;
margin: 5px 0 0 0;
}

li.token-input-token-facebook {
overflow: hidden; 
height: auto !important; 
height: 1%;
margin: 3px;
padding: 1px 3px;
background-color: #fed8a8;
color: #000;
cursor: default;
border: 1px solid #ffa22b;
font-size: 0.9em;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 30px;
float: left;
position: relative;
}

li.token-input-token-facebook p {
display: inline;
white-space: nowrap;
padding: 0;
margin: 0;
}

li.token-input-token-facebook span {
color: red;
padding: 0 0 0 3px;
font-size: 0.9em;
font-weight: bold;
cursor: pointer;
position: absolute;
background-color: #fed8a8;
right: 0;
top: 1px;
}

li.token-input-selected-token-facebook {
background-color: #f8981d;
border: 1px solid #dc8414;
color: #fff;
}

li.token-input-input-token-facebook {
float: left;
}

div.token-input-dropdown-facebook {
position: absolute;
width: 130px;
background-color: #eee;
overflow: hidden;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
cursor: default;
z-index: 1;
}

div.token-input-dropdown-facebook p {
margin: 0;
padding: 2px 5px;
font-size: 0.9em;
color: #777;
}

div.token-input-dropdown-facebook ul {
margin: 0;
padding: 0;
height: 80px;
overflow-x: hidden;
overflow-y: auto;
}

div.token-input-dropdown-facebook ul li {
color: #999;
background-color: #eee;
padding: 3px;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
background-color: #eee;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
background-color: #eee;
}

div.token-input-dropdown-facebook ul li em {
font-weight: bold;
font-style: none;
color:red;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
background-color: #f8981d;
color: #fff;
}


