.select {
  width: 400px;
  height: 21px;
  background: #fff;
  line-height: 21px;
  padding-left: 6px;
  color: #000;
  cursor: pointer;
  border: 1px solid #6f3e11;
}

.select img {
  margin-top: 1px;
  margin-right: 1px;
}

.select_options {
  width: 406px;
  height: 200px;
  overflow: auto;
  border: 1px solid #6f3e11;
  border-bottom: 0;
}

.select_option {
  background: #fff;
  padding: 6px 0 6px 6px;
  color: #6f3e11;
  -moz-user-select: none;
}

.select_option a {
  text-decoration: none;
  font-weight: bold;
}

.select_option a:visited {
  font-weight: normal;
}

