body
{
  font-family: helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px  
}
#content
{
  text-align:center
}

a 
{
  text-decoration: none;
  margin: 0px;
  color: #CA2311;
}

a:hover {text-decoration:underline;}

input.tekst 
{ background:transparent;
  outline:none;
  border:0px;
  font-weight: normal;
  width:588px;
  height:20px;
  position: relative;
  top:14px;
  left:5px;
  vertical-align: middle;
}
input.obrazek
{
  position: relative;
  top:22px;
  left:2px;
}
#scroll
{
  position: absolute;
  left:35px;
  top:48px;
  margin: 0 auto;
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 590px;
  height: 100px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #999999;
  border-width: 1px;      
  overflow: auto
}
#scroll div
{
  margin: 0 auto;
  text-align:left
}
#suggest table
{
  width: 560px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}
.highlightrow
{
  background-color: #d5e8ef;
  cursor: pointer
}


