/* CSS Document */

#contact_form{
	margin:0 auto;
	padding:0;

}

div.row, div.rowDivider {
  clear: both;
  border:solid 1px #959368;
  margin-bottom:30px;
}

#contact_form p {
	padding:0 0 10px 135px;
}

div.row span.label, div.row span.labelRequired {
  float: left;
  width: 65px;
  text-align: right;
}

div.row span.labelRequired {
	margin-bottom:10px;
}

div.row span.formField {
  	float:left;
  	margin-left:10px;
  	text-align:left;
}
