@CHARSET "UTF-8";

.autocompleteBox {
	position: relative;
}

.autocompleteBox ul {
	background-color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	color: #000;
	cursor: pointer;
	list-style-type: none;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	font-style: normal;
	background-color:#fff;
	z-index: 1;
}

.autocompleteBox li {
	padding: 2px 4px;
	list-style-type: none;
}

.autocompleteBox a {
	color: #303030;
	background-color: #ffffff;
	text-decoration: none;
	font-family: HelveticaNeue47LtCn;
	font-weight: lighter;
	font-style: normal;
	font-size: 18px;
}

.autocompleteBox .highlightedOption,
.autocompleteBox .highlightedOption a {
	color: #fff;
	background-color: #7ca0ff;
}

.autocompleteBox input[type="text"].dropdownShadow {
    outline: none;
}

.autocompleteBox input[type="button"] {
    width: 38px;

    border: none;
    margin: 0px;
    padding: 0px;

    background-color: white;
    cursor: pointer;

    position: absolute;
    right: 0px;
    vertical-align: middle;
}
