#jquery-live-search {
	background: #fff;

	/*padding: 5px 10px;*/
	max-height: 440px;
	overflow: auto;
	position: fixed !important;
	z-index: 7001 !important;
	/*top:92px !important;*/
	/*top:110px !important;*/
	z-index: 999999;

	/*IE 7 css*/
	*position:absolute !important;
	*top:92px !important;

	border: 1px solid #A9A9A9;
	border-width: 1px 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);
	text-align: left;
	margin-top: 4px;
	font-size: 11px;

}
