#searchField {
	width: 200px;}

#results {
	position: relative;
    left: 30px;
    width: 200px;
	margin-top: 3px;
    background-color: #212427;
    -moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 15px;
opacity: 0.95;
-webkit-box-shadow: 3px 5px 10px #000;
    color: #fff;
}

#results div {
	position: relative;
    left: 5px;
	width: 180px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #212427;
    border: solid #212427;
    color: #fff;
	opacity: 0.99;
}

#results .selected {
	 background-color: #659CD8;
	 border: solid #659CD8;
}

#results .unselected {
	background-color: #212427;
	border: solid #212427;
	color: #666;
}

</style>