#searchField {
	width: 320px;
}

#results {
	font-size: 12px;
	padding: 0px;
	display: none;
	z-index:10;
	background: #fff url(../img/ac_bg.png) repeat-x left bottom;
	cursor:pointer;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6; 
} 

#results div {
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
    padding: 2px 10px 2px 10px;
}

#results .selected {
	color: #f00;
    background-color: #fff !important; 
	text-decoration:underline;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}
td#autocmpl_close {
	background: #B6B6B6 !important;
	text-align: right;
	color: #FFF !important;
	height: 18px;
	line-height: 15px
}
td#autocmpl_close em.l,
td#autocmpl_close em.r {
	display: block;
	float: right;
	height: 18px;
	width: 5px;
	font-size:1px;
	background: url(../img/sprite-y.gif) no-repeat -240px -51px;
}
td#autocmpl_close em.l {
	float:left !important;
	background-position: -235px -51px;
}