div#contactarea {
	background: gray;
	color: black;
	position: absolute;
	top: 50px;
	left: 100px;
	width: 800px;
	height: 535px;
	margin: 0;
}

.okbutton {
	float: left;
}

#panels2 {
	border: solid 1px yellow;
	position: absolute;
	top: 35px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#textpanel {
	border: solid 1px green;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 50%;
}

#bottompanel {
	border: solid 1px red;
	position: absolute;
	bottom: 20px;
	left: 0px;
}

#fieldspanel {
	border: solid 1px white;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 50%;
}

#contactarea fieldset {
  background: #efe;
}

#contactarea legend {
  color: #dfd;
  background: #141;
  font-style: sans-serif;
  padding: 0.2em 1em;
}

#contactarea label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

#contactarea .submit {
  margin-left: 5.5em;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#OLDerrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation {
  xwidth: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
