/* CSS Document */
form
  {
  border: 1px solid black;
  }
legend
  {
  font-size: 10pt;
  }
input[type="text"]
  {
  font-size: 10pt;
  }
input[type="button"]
  {
  width:120px;
  margin-left:35px;
  display:block;
  }
select,option
  {
  font-size: 10pt;
  }