.offer-enquiry-form {
	display:none;
}
.offer-enquiry-form img {
	width:auto;
    max-height:200px;
    display: block;
    margin: 10px auto 5px auto;
}
.offer-enquiry-form .coupon-code {
	margin: 0 2px;
    padding: .35em .625em .75em;
	text-align:center;
}
.offer-enquiry-form fieldset {
	border:1px solid transparent;
}
.offer-enquiry-form div {
	margin:.5em 0;
}
.offer-enquiry-form .fields-wrapper {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 .5em;
}
.offer-enquiry-form .fields-wrapper:nth-child(odd) {
	padding-left:0;
}
.offer-enquiry-form .fields-wrapper:nth-child(even) {
	padding-right:0;
}
.offer-enquiry-form label {
	display:block;
}
.offer-enquiry-form input[type="text"] {
	width:100%;
	padding:.1em .15em .1em .15em;
}
.offer-enquiry-form textarea {
	width:100%;
	resize:none;
	height:10ex;
	padding:.1em .15em .1em .15em;
}
.offer-enquiry-form input[type="submit"] {
	width:auto;
	padding: .2em .5em .2em .5em;
	font-size: .875em;
	float:right;
	margin-top:1em;
}
#offers .actions .interested {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	background: #8a8c80;
	padding: 0 10px 0 40px;
	text-decoration: none;
}
.offer-enquiry-form .enquiry-success, .offer-enquiry-form .enquiry-error {
	display:none;
}
.enquiry-success, .enquiry-error {
	text-align:center;
	font-size:18px;
}
.offer-loading {
	display:none;
}
#cookie-notice {
	background: #000;
	opacity: .8;
	z-index: 99;
	padding: 5px 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#cookie-notice p {
	display: inline-block;
	color: #fff;
	padding: 5px;
	margin: 5px;
}
#cookie-notice button {
	border-radius: 5px;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}
