/***** Form Related Styles *****/


.wpcf7-form {
	width: 600px;
	margin:0 auto 25px auto;
	padding: 12px 0 0 0;
	overflow:hidden;
}

#form .left {
	float: left;
	width:250px;
}

#form .right {
	float: right;
	width:250px;
}

/** normal input box labels **/
label {
	font: 12px "trebuchet MS", verdana;
	color: #48381d;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	width: 250px;
}

/** error labels **/
label.error {
	color: #B20200;
	margin: 0 0 5px 0;
	padding-left: 22px;
	display: block;
	font-weight: bold;
	background: url(../images/error_label_bg.png) 0 0 no-repeat;
	cursor: pointer
}

/** labels of checkboxes/radiobuttons **/
label.check {
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
}


/** input boxes of required fields **/
.required {
	border-left: 3px solid #B20200;
	padding: 2px
}

/** error message at the top of the form **/
#form p.errormsg {
	color: #FCEFC5;
	font-weight: bold;
	padding: 5px 5px 5px 60px;
	margin: 0 0 25px 0;
	border: 1px solid #C03B02;
	height: 47px;
	background: #CC4005 url(../images/itsbaaad.png) 5px 5px no-repeat;
}

/** thanks message at the top of the form **/
#form p.thanksmsg {
	color: #FCEFC5;
	font-weight: bold;
	padding: 19px 5px 0 60px;
	margin: 0 0 25px 0;
	border: 1px solid #614E2D;
	height: 38px;
	background: #95783C url(../images/itsgoood.png) 5px 5px no-repeat;
}

/** normal input boxes / textarea **/
.text, textarea {
	font: 13px "trebuchet MS", verdana;
	width: 250px;
	height: 50px;
	margin-bottom: 15px
}

.postal, .wpcf7-validates-as-required, .wpcf7-validates-as-email, .wpcf7-validates-as-required {
	font: 13px "trebuchet MS", verdana;
	width: 250px;
	padding:10px 3px 0 6px;
	margin: 0 0 15px 0;
	border: none;
	background: url(../images/input.png) top left no-repeat;
	color: #FCEFC5; 
	font-weight: bold;
	height: 38px;
}

.postal-required {
	color: #FCEFC5; 
}

.postal-required-comments {
	font: 13px "trebuchet MS", verdana;
	padding:10px 3px 10px 6px;
	margin: 0 0 10px 0;
	width: 590px;
	height: 90px;
	border: none;
	color: #FCEFC5;
	font-weight: bold; 
	background: url(../images/input-comments.png) top left no-repeat;
	overflow:auto;	
}


.button {
	margin: 15px 0;
	padding: 0;
	/*text-indent: -3500px;*/
	width: 102px;
	height: 34px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/send.png);
	}


	
	
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:transparent !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
 	border: none;
   border-color: transparent !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: transparent !important; //Text input field border color
   background-color:#AA8847 !important; //Text input field background color
 }
