.contact {
  margin: auto;
  text-align: left;
  width: 370px;
}
.contact label {
  float: left;
  width: 5em;
}
.contact input,.contact textarea {
  margin: 5px 0;
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 5px;
	-moz-border-radius:0.6em;
	-khtml-border-radius:0.6em;
}
.contact legend {
  font-size: 24px;
  padding: 10px;
}
.contact fieldset {
  padding: 5px;
  border: 1px solid #eeeeee;
	-moz-border-radius:0.6em;
	-khtml-border-radius:0.6em;
}
.contact .error {
  color: red;
  font-size: 18px;
  border: 1px solid red;
  padding: 10px;
}
.contact .success {
  color: green;
  font-size: 18px;
  border: 1px solid green;
  padding: 10px;
}