
.webForm {	
	line-height:22px;
}

.webForm h3 {
	color:#666;
	margin-bottom:10px;	
	margin-top:20px;
}

#template_blank {
	padding:0px 10px;
}

.webForm #recaptcha_area {
	margin:0px 10px;
}

.webForm label {
	font-size:15px;	
}

.webForm th {	
	width:auto;		
	text-align:left;
}

.webForm td {
	display:table-cell !important;
	width:auto !important;
}

th.fNoWidth { width:auto; }

.webForm .form_table h4 {
	margin-top:10px;
}

.webForm textarea { width:100%; height:120px; }

.webForm .horz textarea,
.webForm .horz input[type=text],
.webForm .horz input[type=email] {
	width:280px;
}

.webForm .vert input[type=text],
.webForm .vert input[type=email] {
	width:90%;	
}

.webForm .vert textarea {
	width:95%;
}

.webForm input[type=submit] {
	margin-bottom:10px;	
	margin-top:20px;
}

.webForm .horz input.name { width: 110px; }
.webForm .horz input.addr { width: 350px; }
.webForm .horz input.city { width: 80px; }
.webForm .horz input.zipcode { width: 50px; }
.webForm .horz input.phone1 { width: 30px; }
.webForm .horz input.phone2 { width: 30px; }
.webForm .horz input.phone3 { width: 40px; }

.webForm .vert input.name { width: 139px; }
.webForm .vert input.addr { width: 280px; }
.webForm .vert input.city { width: 80px; }
.webForm .vert input.zipcode { width: 50px; }
.webForm .vert input.phone1 { width: 30px; }
.webForm .vert input.phone2 { width: 30px; }
.webForm .vert input.phone3 { width: 40px; }

.webForm .rqmark {
	padding:2px;
	color:#f55;
	font-weight:bold;
	display:block;
}

.webForm .requiredVert {
	padding:2px;
	color:#f55;
	font-weight:bold;
}

.webForm table,
.webForm .foffset {	
	margin-right:auto;
}

.small .webForm label {
	padding:0px;
}



.small .webForm .question  th {
	display:block;
	text-align:left;
	clear:both;
	padding:0px;
}
/*
.small textarea,
.small input[type=text],
.small input[type=email],
.small input[type=tel],
.small input[type=number] {	
	float:left;
	padding:4px;
	font-size:14px;
	border:1px solid black;
}
*/
.small .recapchaContainer {
	margin-top:15px;
}

#recaptcha_widget_div {
	width:220px;
}

.recapchaContainer {
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.g-recaptcha div {
	margin:auto;
}

.small .recapchaContainer {
	width:245px;
}


#action_form .webForm {
	margin:0px;	
}

#action_form .form_table h4 {
	margin-top:2px;	
}

#action_form textarea {
	height:60px;	
}
/*
.small #recaptcha_widget_div {
	position:relative;
	left:-11px;
	top:-10px;
}

.small .recapchaContainer {
	width:290px;
	overflow:hidden;
	clear:both;
	border:1px solid #ccc;
	background:white;
	margin-top:15px;
}

.small .recaptchatable, .small .recaptchatable #recaptcha_image {
	border:none!important;
}

*/


.small .rqmark {
	float:left;
}

@media (max-width: 980px) {
	.webForm {
		margin-left:auto;		
	}
	
	.webForm input[type=submit] {
		margin-right:6px;
	}
	
	
}



@media (max-width: 760px) {
	.webForm td {
		display:block !important;
	}
	
	.webForm .vert textarea {
		width:90%;
	}

	.webForm {
		margin-left:auto;
		padding-top:2px;
	}
	
	input[type=email], input[type=text], input[type=password], select, textarea {
		margin-left:auto;
	}	
	
	.webForm input[type=submit] {
		margin-right:46px;
	}
	
}
@media (max-width: 650px) {
	.webForm input[type=submit] {
		margin-right:36px;
	}
}
@media (max-width: 600px) {
	.webForm input[type=submit] {
		margin-right:26px;
	}
}
@media (max-width: 500px) {
	.webForm input[type=submit] {
		margin-right:16px;
	}
}

