@CHARSET "UTF-8";

* html ul.l_tolist,:first-child+html ul.l_tolist {
	padding-bottom: 2px;
}

ul.l_tolist {
	border: 1px solid white;
	height: auto !important;
	margin: 0;
	overflow: hidden;
	padding: 3px 3px 0;
	position: relative;
}

ul.l_tolist.active {
	background:
		url("http://friendfeed.com/static/images/textbox-bg.png?v=412a")
		repeat-x scroll center top white;
	border-color: #727272 #B4B4B4 #DADADA;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-style: solid;
	border-width: 1px;
	cursor: text;
}

li.l_tocard,.l_toinput,.ac_results li {
	font-size: 14px;
}

li.l_tocard,.l_toinput,.ac_results li {
	font-size: 14px;
}

.fbiframe li.l_tocard,.fbiframe .l_toinput,.fbiframe .ac_results li {
	font-size: 11px;
}

.fbiframe li.l_tocard,.fbiframe .l_toinput,.fbiframe .ac_results li {
	font-size: 11px;
}

ul.l_tolist li {
	float: left;
	list-style-type: none;
	margin: 0 4px 3px 0;
}

ul.l_tolist li.l_tocard {
	-moz-border-radius: 6px 6px 6px 6px;
	background:
		url("http://friendfeed.com/static/images/lock-trans.png?v=8fe8")
		no-repeat scroll 3px center #EEEEEE;
	border: 1px solid #CCCCCC;
	cursor: default;
	padding: 1px 4px 2px 16px;
}

ul.l_tolist li.spacer {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	float: right;
	height: 14px;
	padding-top: 6px;
}

ul.l_tolist li.l_tocard.public {
	background: none repeat scroll 0 0 #EEEEEE;
	padding-left: 5px;
}

.l_toinput {
	border: medium none;
	cursor: default;
	margin: 0;
	outline: 0 none;
	padding: 3px 0 2px;
	width: 150px;
}

.l_tolist.active .l_toinput {
	cursor: text;
}

ul.l_tolist li.l_tocard .l_toremove {
	height: 7px;
	width: 8px;
}

.sharebox div.to li.addedit a {
	display: none;
	margin-left: 4px;
}

.sharebox div.to:hover li.addedit a {
	display: inline;
}

.sharebox div.to:hover ul.l_tolist.active li.addedit a {
	display: none;
}

ul.l_tolist li.l_tocard .l_toremove {
	cursor: pointer;
}

.ac_results {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	overflow: hidden;
	padding: 0;
	z-index: 1000000;
}

.ac_results ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ac_results li {
	cursor: default;
	display: block;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
	white-space: nowrap;
}

.ac_over {
	background-color: #C3D9FF;
}

.ac_picture {
	margin-right: 4px;
	vertical-align: middle;
}