@charset "UTF-8";

.main-right-h4 {
	margin: 5px 0 10px;
}

.form-h4 {
	margin: 15px 0 5px;
}

.contact-info {
	margin: 0 !important;
}

	.info-title {
		width: 65px;
		display: block;
		float: left;
	}
	
form {

}

	fieldset {
		margin: 0 0 10px;
		clear: left;
		float: left;
		width: 100%;
	}
	
		#contact-form ul {
			list-style-type: none;
		}
		
			#contact-form li {
				height: 25px;
				clear: left;
			}
			
			.text-field {
				width: 315px;
				color: #674207;
			}
			
			textarea {
				width: 444px;
				color: #674207;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			
			.service-row {
				clear: left;
				height: 25px;
				float: left;
				padding: 0 0 0 125px;
				width: 300px;
			}
			
				.service-single {
					float: left;
					width: 150px;
					height: 25px;
				}
			
			legend {
				margin: 0 0 5px;
			}
			
			label {
				width: 125px;
				display: block;
				float: left;
				height: 22px;
				line-height: 22px;
			}
			
				label.error {
					float: left;
					width: 300px;
					color: #BC2800;
				}
			
				.no-block {
					display: inline;
					width: auto;
				}
				
				.not-optional {
					color: #AB864B;
				}
				
				.success,
				.error-h5 {
					margin: 5px 0 0;
				}
				
				.success {
					color: #398D02 !important;
				}
				
				.error-h5 {
					color: #BC2800 !important;
				}
				
				.message {
					color: #AB864B !important;
				}
				
			select {
				width: 320px;
			}
			
	#referral {
		height: 95px;
	}