#jquery-live-search {
	background: #454545;

	padding: 0px;
	max-height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#jquery-live-search a:hover{
	background:#282828;
}
#jquery-live-search a{
	color:#fff;
	font-size:12px;
    text-decoration: none;
    padding: 0 4%;
    float:left;
    width:92%;
    line-height:22px;
}
