* {
  font-family: Arial;
}

textarea {
  border: 1px dotted #47a;
}

input[type=text] {
  border: 1px dotted #47a;
  height: 26px;
}

.help-text {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10pt;
  color: #47a;
}

.error {
  margin: 4px;
  color: white;
  background-color: red;
}

button#submit {
  height: 36px;
  width: 100px;
}

h3 {
	width: 800px;
	padding: 8px;
	color: #47a;
	font-weight: bold;
}
