@charset "utf-8"; 
form {
	color: #000000;
	width: 100%;
}
fieldset {
	border: none;
	padding-left: 0px;
}
legend {
	font-size: 0.72em;
	font-weight: bold;
	margin-bottom: 0.75em;
	padding-left: 0px;
	color: #999999;
}
label {
	color: #000000;
	width: 30%;
	float: left;
}
fieldset p {
	margin-bottom: .7em;
}
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	width: 100%;
	margin-left: 30%;
	margin-bottom: .5em;
}
div.error { display: none; }
input {
	border: 1px solid #B4B4B4;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
input.submit {
	width: 80px;
	margin-left: 30%;
}
form.gray * { color: gray; }
textarea {
	border: 1px solid #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	width: 210px;
	font-size: 13px;
}
textarea:focus { border: 1px dotted black; }
textarea.error { border: 1px dotted red; }
#engform img {
	border: 1px solid #A7A7A7;
	margin-left: 30%;
}
fieldset div#captchaimage { 
	margin-left: 30%;
}
