/* strictly css to align and style contact_us form, do not add any other elements */

#contact {
  width: 400px;
}

form  {
  color: #000;
  margin-top: 0;
  padding-top: 20px;
  text-transform: capitalize;
}

.section  {
  margin-bottom: 25px;
}

input {
	padding-left: 2px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	margin-right: 30px;
	width: 200px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	border: 1px solid #85859c;
}


.label  {
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 15px;
  padding-top: 5px;
  font-size: 13px;
}


