div .ra
{
  background:red;
  border-top:0px;
  border-right:0px;
  border-bottom:0px;
  border-left:1px solid lightblue;
}

.suggestion_list
    {
    background: white;
    border: 1px solid black;
    padding: 4px;
    }

    .suggestion_list ul
    {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight:bold;
    }

    .normal
    {
      font-weight:normal;
    }

    .suggestion_list a
    {
    text-decoration: none;
    color: black;
    }

    .suggestion_list .selected
    {
    background: #d5e2ff;
    color: black;
    }

    .suggestion_list .selected a
    {
    color: black;
    }

    #autosuggest
    {
      display: none;
    }

#header
{
  font-family:arial;
  font-size:13px;
  height:20px;
  /*color:#333333;*/
  border-bottom:1px solid lightblue;
  /*background:red; /*url(/images/theme/gray-gradient.png) repeat-x  top center;*/
}