.suggestionInput {
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: verdana;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
}
.suggestionsBox-home {
	font-family: verdana;
	font-size: 12px;
    position: absolute;
    right: 28%;
	/* top: -20px; */
	top: 310px;
    width: 420px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
	z-index: 100;
}
.suggestionsBox {
	top: 292px;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
	line-height: 14px;
	list-style: none outside;
	z-index: 100;
}

.suggestionList li {
    margin: 0px 0px 2px 0px;
    padding: 3px;
    cursor: pointer;
	line-height: 16px;
    color: #fff;
	z-index: 100;
}
.suggestionHeader {
	background-color: #545454;
	color: #c0c0c0;
}

.suggestionList li:hover {
    background-color: #659CD8;
	z-index: 100;
}

.suggestionMatch {
	color: #f09;
}

.suggestionArrow {
	position: relative; top: -14px; left: 382px;
}
