@charset "UTF-8";
/* CSS Document */
/* Form defaults */
form {
	position: relative;
}
fieldset {
	padding: 1em;
	margin: .5em 0;
	clear: both;
	border-top: 1px solid #ccc;
}
legend {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em .5em;
	color: #bbaf6c;
}
label {
	display: block;
	padding: 0.5em 0;
}
select, textarea, input.text {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background: #FFFFFF !important; /* To keep form fields consistent (no yellow form fields with google toolbar */
}
textarea:focus, input.text:focus {
	background:#eae7d3 !important;
}
input.text, textarea {
	width: 99%;
	height: 1.5em;
	padding: .25em;
	margin: .25em 0;
}
textarea {
	height: 9em;
}
.submit {
	clear: left;
	margin-top: 1em;
	padding: 0 1em;
	margin-right: 1em;
	display: inline;
}
#requiredFieldMessage {
	display: inline;
	color:#f18d11;
}
.required {color: #f18d11;}

.error {color: #FF0000;}

#comment_form {}
#comment_form fieldset {padding: 1em 0;}
