/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    cursor: text;
    z-index: 999;
    margin: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
	 border: 1px solid #CCCCCC!important;
    color: #999999;
    font: 16px/30px;
    height: 30px!important;
    padding: 0 5px!important;
    width: 483px !important;
}

ul.token-input-list-facebook li input {
    border: 0;
    background-color: white;
	color: #999999;
    font:16px;
	font-family:inherit;
    -webkit-appearance: caret;
	height:30px;
    width:100% !important;
}

ul.token-input-list-facebook li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    /*margin: 3px;*/
    padding:2px !important;
    background-color: #999999;
    color: #FFFFFF;
    cursor: default;
    border: 1px solid #ccd5e4;
    font: 16px;
    white-space: nowrap;
	display:inline!important;
    width: auto;
}

li.token-input-token-facebook p {
    display: inline!important;
    padding: 0;
    margin: 0;
	color:#fff!important;
	font-size:14px;
	/*line-height:30px!important;
    line-height:26px!important;*/
	float: none !important;
	border-bottom: medium none !important;
}

li.token-input-token-facebook span {
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
	padding:5px 0 0 !important;
	float:none!important;
}

li.token-input-selected-token-facebook {
    background-color: #999999;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    display: inline !important;
    float: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0 !important;
    white-space: nowrap;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 493px;
    background-color: #fff;
    overflow-y: auto;
	 max-height:300px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    color: #999999;
    font: 16px;
    z-index:10000;
	 border-bottom-left-radius: 6px;-o-border-bottom-left-radius: 6px;-moz-border-bottom-left-radius: 6px;-ms-border-bottom-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;
	 border-bottom-right-radius: 6px;-o-border-bottom-right-radius: 6px;-moz-border-bottom-right-radius: 6px;-ms-border-bottom-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    color: #777;
	font:16px/30px;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

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 em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #999999;
    color: #fff;
	 font:15px;
}