#jquery-live-search {
	background: #F7F7F7;

	padding: 6px;
	max-height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #E72B00;
	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 h4 {
    margin-top: 5px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #666;
    font-size: 90%;
}

#jquery-live-search a, #jquery-live-search p {
    display: block;
    border-top: dotted 1px #666;
    padding: 3px 0 3px 6px;
    margin: 0;
    font-size: 90%;
}

