#searchField {
	width: 200px;
}
#ac_results {
	border: 2px solid #666;
	background-color: #fef;
	border-bottom: 0px;
	font-size: 8pt;
	text-align: left;
	/*font-family: arial;
*/
	padding: 0px;
	display: none;
	z-index: 1000;
}
#ac_results div {
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
#ac_results .selected {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
#ac_results .unselected {
	background-color: #eee;
	color: #c6c;
}

/* dragontags */
#tags {
	/*width: 500px;
*/
	font-size:8pt;
	background: #eee;
	border: 1px solid #ccc;
}

#ac-div ol {
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#ac-div ol li {
	font-size:9pt;
	/*width: 500px;
*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#ac-div ol li em {
	color: #3783c4;
	font-weight: bold;
	font-style: normal;
}
#ac-div ol li a {
	text-decoration: none;
	color: #1e1e1e;
	display: block;
	padding: 4px;
	border-bottom: 1px solid #ccc;
}
#ac-div ol li a:hover, #ac-div ol li.hl {
	background: #ccc;
}
#ac-div input {
	/*width: 100%;
	height: 1.5em;
	padding: 2px 0px 0px 0px;
*/
}
