.ac_input {
  width: 360px;
  padding:0px;
  margin:0px;
}





#search_str2 {
  width: 400px;
  padding:5px;
  margin:0px;
  font-size: 22px; 
  color:#878787;
}

.ac_results {
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: #e5e5e5;
  	overflow: hidden;
	z-index: 99999;
	font-size:11px;
	text-align:left;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 3px;
	
  	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	font: menu;
	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('/damon/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f0f0f0;
}

.ac_over {
	background-color: #ffffff;
	color: #333333;
}

.submit-form-style
{
	padding:0px;
	margin:0px;
	spacing:0px;
}
