  /**** Autocomplete Styles ****/
.rcm-ac-td
{
  position:relative;
  text-align:left;
  margin-bottom:1.5em;
  width:21%;
}/* set width of widget here*/

.rcm-ac-input
{
  position:relative;
  text-align:left;
  width:85%;
  height:1.5em;
}/* abs for ie quirks */

.rcm-ac-container
{
  position:relative;
  text-align:left;
  top:0.1em;
  width:80%;
}

.rcm-ac-container .yui-ac-content
{
  position:absolute;
  width:100%;
  border:1px solid #404040;
  background:#fff;
  overflow:hidden;
  z-index:9050;
}

.rcm-ac-container .yui-ac-shadow
{
  position:absolute;
  margin:.3em;
  width:100%;
  background:#a0a0a0;
  z-index:9049;
}

.rcm-ac-container ul
{
  text-align:left;
  padding:5px 0;
  width:100%;
}

.rcm-ac-container li
{
  padding:0 5px;
  cursor:default;
  white-space:nowrap;
}

.rcm-ac-container li.yui-ac-highlight
{
  background:#a0a0a0;
}

.rcm-ac-container li.yui-ac-prehighlight
{
  background:pink;
}

