.jinput{font-family:arial;font-size:11px;width:170px; padding:1px 0px 1px 2px}
.jinputoj{position:relative;font-family:arial;font-size:11px;width:140px; padding:1px 0px 1px 2px; margin-right:10px}
#locationsautocomplete_from, #locationsautocomplete_to {/* set width here */ padding-bottom:.3em; width:1px}
*html #locationsautocomplete_from, #locationsautocomplete_to {/* set width here */ padding-bottom:.1em;width:1px}

.jperror
{
	font-size:0.6em;
	border-style:none;
	color:red;
	display:none;
}
.dropfrom
{
	font-size:0.6em;
	border-style:none;
	color:red;
	display:none;
}


.ac_results {
	padding: 0px;
	border: 1px solid #666;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	text-align:left
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;

}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;cursor:default; border-bottom:1px dotted #CCC;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	 
	font: normal 0.7em Arial;
	/*font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/coach_ims/jquery_assets/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #496E91;
	color: white;
}