/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    cursor: text;
    font-size: 12px;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
	list-style-type: none;
    width: 100%;
}
ul.token-input-list-facebook li {
	list-style:none;
}
ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 2px 4px 2px;
    background: white;
    margin: 2px 0;
	border:1px solid #BBB;
	font-size:12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display:none;
}
.is_abs ul.token-input-list-facebook li input {
	display:block;
}
li.token-input-token-facebook {
	overflow: hidden;
	margin: 3px 3px 0 0;
	padding:0 5px;
	height:19px;
	line-height:19px;
	background-color: #D0E4E9;
	color: #000;
	cursor: default;
	border: 1px solid #95C2CE;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #888;
    margin-left: 3px;
    font-weight: bold;
    cursor: pointer;
	margin-top:-1px;
}
li.token-input-token-facebook span:hover {
	color:#cd0000;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}
li.token-input-selected-token-facebook span {
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
}

div.token-input-dropdown-facebook {
	position: absolute;
	background: #EEF0F2;
	width:350px;
	border: 1px solid #94ABEF;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	margin-top:-1px;
    z-index: 8899;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}
div.token-input-dropdown-facebook ul li {
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px dotted #d4d4d4;
	list-style: none;
	color: #444;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}
div.token-input-dropdown-facebook ul li img    {
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 5px;
	border: 1px solid #EFF1F1;
}
div.token-input-dropdown-facebook ul li span {
	background: url(../images/bkg.png) no-repeat -59px -251px;
	height: 15px;
	width: 16px;
	float: right;
	margin-top: 4px;
}
div.token-input-dropdown-facebook ul li .pt {
	width:35px;
	background-position:-40px -339px;
}
div.token-input-dropdown-facebook ul li .pf {
	width:35px;
	background-position:left -339px;
}
div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: none;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
   	background: #4B72D6;
	color: #FFF;
	cursor:pointer;
}


