#content h3.confirm {
	font-size: 12px;
	color: #E2001A;
	margin-bottom: 10px;
}

#content #theForm .required {
	color: #E2001A;
}

#content #theForm label {
	display: block;
}

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

#content #theForm input.error,
#content #theForm select.error  {
	background-color: #FDC613;
}

#content #theForm #send {
	
}

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