form, div.phone {
	width: 400px;
	margin: 0 auto;
}
legend {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	margin-left: 5px;
}
label {
	display: block;
	font-weight: normal;
	text-align: right;
	width: 120px;
	padding: 3px;
}
input {
	width: 100px;
}
.wpcf7-form-control-wrap input, textarea {
	width: 200px
}
#send-button {
	padding: 5px 0;
	text-align: center;
}
#send-button button {
}
th {
	vertical-align: top;
}
fieldset {
	margin: 5px 0;
}
address {
	font-weight: bold;
}
div.phone {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#info p.note {
	font-style: italic;
	font-size: 12px;
}
p.error, p.success {
  padding: 10px 20px;
  border: solid 1px #948C81;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  font-weight: normal;
}
p.error {
  background: #a33;
}
p.success {
  background: #3a3;
}