.dropdownlist
{

  position: absolute; 
  top: 500px; 
  left: 0px;
  z-index: 1500;
  visibility: hidden;
  background-color: white;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  border: 1px solid black;
  padding: 5px;
    
}

.dropdownrow
{
  background-color: white;
}

.dropdownrow:hover
{
  
  background-color: #0083EF;
  color: white;
  cursor: default;
  
}

.dropdowncell
{
  
  padding: 3px;
  vertical-align: middle;
  
}

.dropdownfinder
{

  width: 100%;
  height: 22px;
  margin-bottom: 3px;

}
