#autoCompletion_answer {
	width:152px;
	display:none;
	overflow-x: hidden;
	overflow-y: auto;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#autoCompletion_answer input:hover {
	cursor:pointer;
}
#autoCompletion_answer  input {
	_height:20px;
	_margin-top:0px;
	width:152px;
	font-size: 11px;
	height: 18px;
}
