

body { padding-top: 70px; padding-bottom: 70px; }


.ui-autocomplete-loading {
	background: white url('/img/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-autocomplete {
	max-height: 300px;
	max-width: 1000px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000000000000000 !important;
}
* html .ui-autocomplete {
	height: 300px;
}
/*
.ui-autocomplete LI {
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}
.ui-autocomplete LI:nth-child(even) {
	background-color: #FBFBFB;
}*/

.ui-datepicker { z-index: 10 !important; }

.search_str {
	background-color: #9bff9b;
	color: #000; }