
form label {
	width: 92px;
}

form input.vf__text, 
form textarea.vf__text
{
	width: 400px;
}

form div.vf__optional,
form div.vf__required
{
	border-top: none;
	color:#372E2E;
	padding-top: 7px;
}

form div.vf__error {
	border-top: 3px solid #f00;;
}

form p.vf__error {
	margin-left: 103px;
}