input, textarea, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
 	width:180px;
  border: 1px solid #000;
  float:left;
}

div.row {
  padding: 4px 10px 4px 0;
  height:22px;
}

div.textarea {
	height:100px;
}

div.textarea textarea {
	height:90px;
}

#contactForm_submit {
	margin-left:150px;
}

label {
  margin-top: 5px;
  width:150px;
  display:block;
  float:left;
}

div.buttons {
  margin: 10px 0 0 150px;
  padding-bottom: 10px;
}

div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

input.error {
	background:#ea9b9b;
}