﻿#Enquiry {
width: 53.4em;
padding: 0.4em;
text-align: left;
margin-left: auto;
margin-right: auto;
border:dashed 2px red;
border-bottom:none;
color: black;
background-color: #F1F1F1;
font-size: 1.2em;
}
#base {
width: 64em;
text-align: left;
margin-left: auto;
margin-right: auto;
color: black;
background-color: #F1F1F1;
border:dashed 2px red;
border-top:none;
margin-top: 5px;
}

#Town
{
	margin-left:2.5em;
}

#County
{
	margin-left:1.3em;
}

label textarea{
 vertical-align: top;
}

div.g-recaptcha{margin-left: 9.2em;}
fieldset {
	width:45em;
	margin:1em;
	padding:1em;
}
input#Name{width:28em;}
input#Address1{width:28em;}
input#Town{width:28em;}
input#County{width:28em;}
input#Postcode{width:7.5em;}
input#Phone{width:12em;}
input#Email{width:14em;}
textarea#General_Enquiry{width:40em;}
textarea#Comments{width:28em;}

#buttons {
	position: relative;
	top:0.5em;
	left: 12em;
}

@media only screen and (max-width: 768px) {
	#Enquiry {
			width: 37.3em;
			border:0;
			background-color: transparent;
	}
	#base {
		border:0;
		background-color: transparent;
	}
   div.g-recaptcha{margin-left: 1em !important;}
  	fieldset {
   	width:23em;
   }
   input#Name{width:14em;}
   input#Address1{width:14em;}
	input#Town{width:14em;}
	input#County{width:14em;}
	textarea#General_Enquiry{width:14em;}
	textarea#Comments{width:14em;}			
} 

