.required
{
	color: red;
	background: transparent;
}
.contactForm
{
	width: 80%;
	margin: 1em auto;
	background: #fff;
	padding: 20px;
}
.contactFormRow
{
	margin: 0 3px 5px 3px;
}
.contactFormRow label.contactFormLabel
{
	display: block;
}
.contactFormRow div.contactFormField
{
}
.contactFormRow input.text,
.contactFormRow input.email,
.contactFormRow input.phone,
.contactFormRow input.url,
.contactFormRow textarea
{
	padding: 1px 2px;
	border: 1px solid #aaa;
	width: 100%;
}
.contactFormButtons
{
	text-align: center;
}
.contactFormRow input.button
{
	margin: 1em 0;
}
.contactFormCaption
{
	margin: 0 0 1em 0;
}
.contactFormSummary
{
	margin: 1em 0 0 0;
}
.required
{
	color: red;
	background: transparent;
}
.contactForm
{
	width: 80%;
	margin: 15px auto;
	background: #fff;
	padding: 20px;
}
.contactFormRow
{
	margin: 0 3px 5px 3px;
}
.contactFormRow label.optional,
.contactFormRow label.required,
.contactFormRow label.requiredGood
{
	display: block;
}
.contactFormRow input.text,
.contactFormRow input.email,
.contactFormRow input.phone,
.contactFormRow input.url,
.contactFormRow textarea
{
	padding: 1px 2px;
	border: 1px solid #aaa;
	width: 100%;
}
.contactFormRow input.button
{
	margin: 10px 0;
}
.contactFormCaption
{
	margin: 0 0 5px 0;
}
.contactFormSummary
{
	margin: 5px 0 0 0;
}

