#cleanForm {
	margin-bottom:50px;
}
#cleanForm h1,
#cleanForm h2,
#cleanForm h3,
#cleanForm h4
{
	font-weight:bold;
}
#cleanForm h4 {
	font-size:16px;
}
#cleanForm fieldset {
	border: none;
	padding: 30px 0 30px 30px;
	margin: 0 0 30px 0;
	background-color: #f5f5f5;
	font-size: 0;
}

#cleanForm fieldset.smallFields {
	padding: 0;
	background: transparent;
}
#cleanForm fieldset h3 {
	font-size:20px;
	margin-bottom: 20px;
}
#cleanForm fieldset.smallFields h3 {
	margin: 0;
}
#cleanForm fieldset p {
	font-size:16px;
}

#cleanForm div.clearFix {
	
}
#cleanForm label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	margin-bottom: 25px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cleanForm .smallFields .formDateRow {
	padding: 12px 15px;
	background-color: #f5f5f5;
}
#cleanForm .smallFields .formDateRow:nth-of-type(2n) {
	background-color: #ededed;
}
#cleanForm .smallFields label {
	width: 12.4%;
	margin-right: 2%;
	vertical-align: bottom;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}
#cleanForm .smallFields label:last-of-type {
	margin-right: 0;
}
#cleanForm select,
#cleanForm input[type="text"],
#cleanForm textarea {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#cleanForm textarea {
	width: 100% !important;
}
#cleanForm select {
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cleanForm label input[type=file] {
	
}
#cleanForm label input[type=radio],
#cleanForm label input[type=checkbox] {
	width: auto;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
	border: 0;
}
#cleanForm input,
#cleanForm select,
#cleanForm textarea {
	margin-top: 5px;
}
#cleanForm select {
	line-height: 35px;
	height: 35px;
}
#cleanForm .errorField {
	border:2px solid #c00 !important;
}
#cleanForm #captcha {
	display: block;
	width: auto;
    padding: 0;
    outline: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}
#cleanForm #captcha label {
	margin-bottom: 0;
}
#cleanForm #captcha p {
	padding: 0;
}
#cleanForm #captcha p:last-of-type {
	margin-bottom: 0;
}
#cleanForm #captcha input {
	padding: 10px !important;
	width: auto !important;
	min-width: 80px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	outline: 0;
}

#cleanForm #captcha + #submit_btn {
	margin-top: 30px;
}

#cleanForm .multiChoice {
	
}
#cleanForm div.multiChoice span {
	
}
#cleanForm .multiChoice label {
	
}
