#vendortable {
  width: 100%;
}

#vendortable th {
  font-size: 13px;
  text-align: center;
  padding: 0 2px;
  margin: 0;
}

#vendortable tr {
  height: 22px;
}

#vendortable th.first {
  text-align: left;
}

#vendortable td {
  padding: 0 2px;
}

#search_vendors {
  float: left;
  text-align: left;
  margin: 10px 15px 15px 0;
}

#search_vendorname {
  width: 300px;
  border: 1px solid rgb(196, 196, 195);
  background-color: rgb(233, 241, 243);
  margin: 0 0 5px 0;
}

#country {
  width: 300px;
  border: 1px solid rgb(196, 196, 195);
  background-color: rgb(233, 241, 243);
  margin: 0 0 10px 0;
}

#search_vendors p {
  width: 150px;
  clear: both;
  margin: 5px 0 0 0;
}

#vendorsearch_options {
  margin-top: 15px;
  float: left;
  width: 280px;
  height: 100px;
  overflow: auto;
}

#vendorsearch_options ul {
  margin: 0;
  padding: 0;
}
#vendorsearch_options li {
  list-style-type: none;
}
