.tcForm {
	margin-bottom:50px;
}
#termsForm {
	margin-bottom: 0;
}
.tcForm h1,
.tcForm h2,
.tcForm h3,
.tcForm h4
{
	font-weight:bold;
}
.tcForm h4 {
	font-size:16px;
}
.tcForm fieldset {
	border: none;
	padding: 30px;
	margin: 0 0 30px 0;
	background-color: #f5f5f5;
	font-size: 0;
}
.tcForm fieldset h3 {
	font-size:20px;
	margin-bottom: 20px !important;
}
.tcForm div.clearFix {
	
}
.tcForm label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 45%;
	font-size: 16px;
	margin-bottom: 25px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tcForm input,
.tcForm 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;
}
.tcForm textarea {
	width: 100% !important;
}
.tcForm select {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tcForm label input[type=file] {
	
}
.tcForm label input[type=radio],
.tcForm label input[type=checkbox] {
	width: auto;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
	border: 0;
}
.tcForm input,
.tcForm select,
.tcForm textarea {
	margin-top: 5px;
}
.tcForm .errorField {
	border:1px solid #dd0712;
	background-color:#E8E7EC;
}
.tcForm #captcha {
	display: block;
	width: auto;
    padding: 30px 30px 15px;
    outline: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}
.tcForm #captcha p {
	padding: 0;
}
.tcForm #captcha input {
	padding: 10px !important;
	width: auto !important;
	min-width: 80px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	outline: 0;
}

.tcForm #captcha + #submit_btn {
	margin-top: 30px;
}

.tcForm #submit_btn {
	width:auto;
	font-size:1.1em;
	padding:10px 40px;
	color:#fff;
	background-color:#478341;
}

.tcForm .multiChoice {
	
}
.tcForm div.multiChoice span {
	
}
.tcForm .multiChoice label {
	
}
