BODY {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.9em;
  background-color: #BBBBBB;
}

DIV.mailform {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}

#fieldset {
	text-align: right;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 2em;
}

LEGEND {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

DIV.mailform LABEL {
  font-weight: bold;
}

DIV.mailform INPUT, TEXTAREA {
  border: 1px solid #000000;
}

DIV.mailform INPUT:focus, TEXTAREA:focus {
  background-color: #EEEEEE;
}

DIV.mailform TEXTAREA {
  width: 400px;
  height: 150px;
}

DIV.mailform DIV.info {
  text-align: center;
  font-size: 12px;
}

DIV.mailform DIV.error {
  border: 1px solid #FF0000;
  background-color: #FFCCCC;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  display: none;
}

