.flow {
  text-align: center;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border: 5px double #666;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.button:hover {
  border: 5px solid #666;
  background-color: #fcc;
}

.phone {
  width: 640px;
  padding: 20px;
  font-size: 20px;
  border: 3px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.phone a {
  font-family: 'Arial Black';
}

.phone .freedial {
  font-size: 24px;
}

.phone .comment {
  font-size: 16px;
}

table.form th {
  width: 15em;
}
table.form td input.name {
  width: 32em;
}
table.form td input.phone {
  width: 16em;
}
table.form td input.zip {
  width: 10em;
}
table.form td input.email {
  width: 32em;
}
table.form td.submit {
  text-align: center;
}
table.form td textarea {
  height: 16em;
}
