body{
  background-color: #ccc;
}

#result{
  background-image: url(../image/bg.gif);
  background-color: white;
  color: black;
  border: solid 1px #000;
  width: 100%;
  height: 300px;
}

.btnmenu{
  margin: 5px;
  padding: 5px;
  color: black;
  display: block;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: white;
}

#list {
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}

#list > li {
  padding: 10px 5px 10px 10px;
  list-style: none;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#list a {
  color: black;
  text-decoration: none;
}

input, textarea{
  border-width: 1px;
  border-style: solid;
  background-color: white;
  color: black;
  width: 95%;
  height: 44px;
  -webkit-appearance: none;
}

textarea{
  height: 80px;
}