
.clear
{
	clear: both;
	margin-top: 20px;
}

#searchResult
{
	list-style: none;
	padding: 0px;
	width: 250px;
	position: absolute;
	margin: 0;
	z-index: 99999 !important;
}

#searchResult li
{
	background: lightcyan;
	color: black;
	padding: 4px;
	margin-bottom: 0px;
	border-bottom-color: lightgray;
}

#searchResult li:nth-child(even)
{
	background: paleturquoise;
	color: black;
}

#searchResult li:hover
{
	cursor: pointer;
}

input[type=text]
{
	letter-spacing: 1px;
}
