#contact {
  border: 0px none;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0; padding: 0;
}

#content tr {
  margin: 0; padding: 0;
}

#contact td {
  padding: 0.4em 0;
}

.required {
	color: #FF0000;
}

.field_title {
	width: 12em;
	text-align: right;
}
.textfield, .textarea, .email {
	width: 20em;
}
.textarea {
	height: 6em;
}
.field_heading {
	font-weight: bold;
	border-bottom: 2px solid #666666;
}

.checkbox_label {
	cursor: pointer;
}

.radio_label {
	cursor: pointer;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																																		