#form{
	position: relative;
}
#suggestion {
	border: 1px solid #aaaaaa;
	position: absolute;
	margin-top: -1px;
	z-index: 1;
	overflow: auto;
	max-height: 150px;
	background: white;
}
#selected {
	background: #3399FF;
	color: white;
}
#noSuggestions {
	background: white;
	position: absolute;
	display: block;
	z-index: -1;
	font-size: 14px;
	padding: 1px;
}
#lctn{
	width: 260px;
}
.divider {
	background: white;
	cursor: pointer;
	padding: 1px;
	font-size: 14px;
}
::-ms-clear {
    width : 0;
    height: 0;
}