#fbuilder, #fbuilder label, #fbuilder span { 
	font-family: "Sofia Sans Extra Condensed", Sans-serif;
	margin-bottom: 10px; 
	color:#1E1E1E; 
	font-weight:700; 
	font-size:18px;
} 

#fbuilder input, 
#fbuilder textarea, 
#fbuilder select { 
	border: 1px solid #8F815C;
	margin-top:10px;
	padding: 10px !important;
}
#fbuilder textarea {
	min-height:150px;
}

#fbuilder .pbSubmit {
	font-family: "Sofia Sans Extra Condensed", Sans-serif;
	display: block;
	text-transform: uppercase;
	background-color: white;
	color:#8F815C;
	margin: auto;
	margin-top:50px;
	border-top : 2px solid #8F815C;
	border-bottom : 2px solid #8F815C;
	border-radius:0;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
} 

#fbuilder .pbSubmit:hover { 
	background-color: white;
	color: #1E1E1E;
	box-shadow: none;
} 
#fbuilder .uh {
	margin-top:10px;
	color: #8F815C;
}