﻿span.autocomplete {
  position:absolute;
  width:400px;
  border:1px solid #ec068d;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  background-color: #fff;
  color: #000;
  z-index: 10;
}
span.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
span.autocomplete ul li.selected { 
  background-color: #ec068d;
  color: #fff;
}
span.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.combo /* look&feel of scriptaculous select box*/
{
  margin: 0px 0px 10px 0px;
  text-align:left; 
  background: url(../img/forms/tds_form_dropdown_arrow1.gif) right top no-repeat;
  cursor: pointer;
  height: 18px;
  padding-left: 0px;
}
.combo_left
{
	background: #fff url(../img/forms/tds_form_textbox1_left.gif) left top no-repeat;
	height: 18px;
	width: 5px;
	display: inline-block;
	vertical-align: top;
}
