/*
Theme Name: All About Health
Theme URI: http://allabouthealth.co.nz
Description: All About Health theme
Version: 1
Author: PlasticStudio
Author URI: plasticstudio.co.nz
*/

/* --- contact form --- */

.fscf-div-clear {
	margin-bottom: 20px;
}

.fscf-div-field {
	position: relative;
}

.fscf-div-label {
	width: 100px;
	float: left;
}

.fscf-div-label label {
	font-size: 14px;
}

.fscf-div-field input,
.fscf-div-field textarea {
	border: 1px solid #CCC;
	width: 58%;
	padding: 3px 1%;
}

.fscf-div-field{
	margin-left: 100px;
}

.fscf-div-error {
	position: absolute;
	color: red;
	left: 62%;
}

#fscf_form_error1 {
	display: none;
}

.fscf-button-submit {
	background: #08445C;
	border: none;
	color: #FFF;
	padding: 5px 10px;
	margin-left: 100px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}




