@charset "utf-8";
/* CSS Document */


form.searchbox {
	float: right;
}


form.searchbox input[type=text] {
  padding: 5px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #ffffff;
}

form.searchbox button {
  float: left;
  width: 20%;
  padding: 5px;
  background: #466069;
  color: white;
  font-size: 12px;
  border: 1px solid #466069;
  border-left: none;
  cursor: pointer;
}

form.searchbox button:hover {
  background: #466069;
}

form.searchbox::after {
  content: "";
  clear: both;
  display: table;
}
