@charset "utf-8";
/* CSS Document */


#BootStrap3FormBuilder label {
    display: inline-block;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.2em;
}
#BootStrap3FormBuilder fieldset.vf__list label {
	float: left;
	clear: both;
	margin-left: 5px !important;
	margin-right: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
    font-size: 1em;
    margin-top: 0px;
}
#BootStrap3FormBuilder fieldset.vf__list input {
	float: left;
	clear: both;
}
#BootStrap3FormBuilder #captchaContactUs_img {
	border-style: solid;
    border-width: 1px;
	border-color: #D1D1D1;
}

#BootStrap3FormBuilder div .vf__error {
	margin-top: 15px !important;
	margin-bottom: -20px !important;
	padding: 5px 5px 5px 5px !important;
	background-color: #C40000;
	color: #fff;
	clear: both !important;
}
#BootStrap3FormBuilder .vf__main_error {
	margin: 5px 5px 25px 5px !important;
	padding: 5px !important;
	background-color: #C40000;
	color: #fff;
	clear: both !important;
	font-size: 1.3em;
}
#BootStrap3FormBuilder h1 {
	color: #002f65;
}
#BootStrap3FormBuilder h2 {
	color: #002f65;
}
#BootStrap3FormBuilder h3 {
	color: #002f65;
}
