.single-enquiry-wrap {
	padding: 20px 30px;
    position: relative;
}

.enquire-form {
	margin-top: 10px;
}

.enquire-form .m-well {
	height: 6em;
	overflow: auto;
	margin: 1em;
	padding: 10px;
	font-size: 11px;
}

.enquire-form table {
	width:100%;
}

.enquire-form table .motoring-button {
	height: 34px;
	line-height: 34px;
	margin: 0 0 0 20px;
	float: right;
}

.enquire-form .enquire-hidden {
	display: none;
}

.enquire-form .enquire-extra-hidden {
	display: none;
}

.enquire-form textarea {
	margin-bottom: 15px;
	max-width: 100%;
	height: 35px;
}

.vehicle-image {
	float:right;
	display: block;
	max-width: 35%;
	height: 155px;
}

.left-content {
	float:left;
	width:60%;
	height:125px;
	text-align: middle;
}

.left-content.left-content-tall {
	height: auto;
}
.enq-gen-form-style {
    background: none repeat scroll 0% 0% #F6F6F6;
    padding: 15px;
}

.enq-gen-form-style label {
    line-height: 32px;
    font-family: "GothaHTFBook",verdana,helvetica,sans-serif;
    color: #2F2F2F;
    font-weight: normal;
    font-size: 14px;
}

.enq-gen-form-style-subtitle {
    margin: 0.4em 0px 0.2em;
    font-size: 1.2em;
    color: #6A6464;
    line-height: 1.2em;
}
.no-right-padding {
	padding-right: 0px;
}


.address_match_wrap {
    padding-bottom: 10px;
}

.address_match_change{
	margin-left: 20px;
}

@media screen and (max-width: 767px){
	.left-content{height: auto}
	.vehicle-image{height: auto}
}