@CHARSET "UTF-8";

form h1, h2, h3, h4, p {
	clear: left;
}

form br {
	display: none;
}

form div.section {
	width: 100%;
	overflow: hidden;
	clear: left;
	padding-bottom: 10px;
}

label {
	float: left;
	display: inline;
	width: 110px;
	padding: 3px 5px 5px 0;
	clear: left;
}

input, textarea, select {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 0 5px 0;
}

p.error {
	color: #f00;
	font-weight: bold;
}

input[type="hidden"] {
	display: none;
}

input.check,
input[type="checkbox"] {
	float: left;
	display: inline;
	clear: left;
	width: auto;
	margin-left: 120px;
}

label.check {
	float: left;
	display: inline;
	clear:none;
	padding-left: 5px;
}

div.recaptcha_input_area br {
	clear: left !important;
	display: block !important;
}

.recaptchatable input#recaptcha_response_field {
	float: none !important;
	display: auto !important;
}

input.submit {
	float: none;
	display: block;
	clear: left;
	margin-left: 115px;
	width: auto;
}

span.optional {
	font-size: 9px;
}