/* CSS Document */
.enquiry{
  -webkit-appearance: none; -moz-appearance: none;
	display: block;
	width: 90%;
	height: 100px;
	line-height: 32px;
	font-size: 16px;
	border: 1px solid #bbb;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
	display: inline-table;
	width: 60%;
	height: 40px;
	line-height: 28px;
	font-size: 16px;
	border: 1px solid #bbb;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	float: none;
}
.button2 {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin-left:auto;
 margin-right: auto;
 margin-top: 1em;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 90%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
#form_header {
	background-color: #EFF7DE;
	text-align:center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #bbb;
}
#address {
	float: right;
	margin-top:0.8em;
	margin-right:1.5em;
	padding-left:8px;
	height: auto;
	width: 220px;
	border: 2px solid #428410;
	border-radius: 4px 4px 4px 4px;
	background-color: #EFF7DE;
}
#maintext .bull{
	float:left;
	clear:both;
	list-style-type: circle;
	display:list-item;
	text-align:left;
	list-style-position: inside;
	text-indent: 0px;
}
#thanks {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #428410;
	border-radius: 4px 4px 4px 4px;
	padding: 1em;
}
#map_canvas {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	max-width:520px;
	min-width:220px;
	height:320px;
}

#address_menu {
	margin: auto;
	clear: both;
	font-size: 0.8em;
	padding-left:8px;
	height: auto;
	width: 197px;
	border: 2px solid #428410;
	border-radius: 4px 4px 4px 4px;
}

#address {
	display: none;

}
#thanks {
	width:95%;
}
input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}