#content #theForm .required,
#content #theForm label.error {
	color: #A51912;
}

#content #theForm label {
	display: block;
}

#content #theForm input,
#content #theForm textarea {
	border: 1px inset #CCC;
}

#content #theForm input.error {
	border-color: #A51912;
}

#content #theForm #send input {
	border-style: outset;
}
