body
{
  background: white;
  color: black;
  margin-left: 150px;
  margin-right: 150px;
  font-family: Verdana, Liberation Sans, Arial, Helvetica, sans-serif;
}
a
{
  background: transparent;
  text-decoration: none;
  color: gray;
  border: none;
  border-bottom: 1px dotted black;
}
a:hover
{
  background: transparent;
  text-decoration: none;
  border-bottom: 1px solid black;
}

fieldset
{
  background: #D0D0D0;
  margin: 50px;
}
div.commands
{
  margin: 20px 40px 0 40px;
  padding: 10pt;
  background: #D0D0D0;
}
div.commands a
{
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  background: silver;
  color: black;
  padding: 2pt;
  margin-right: 10px;
}
div.commands a:hover
{
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: silver;
  color: black;
  padding: 2pt;
}

span.form-label
{
  width: 150px;
  display: inline-block;
}
input[type="text"],input[type="password"]
{
  width: 250px;
}

.search-name, .search-phone, .search-address
{
  font-weight: 900;
}
span.term
{
  font-weight: 100;
}

h1
{
  margin: none;
  padding: none;
  margin-top: -28pt;
  font-size: 20pt;
  float: right;
}
