
/* -------------------- */
/* ---   LEFTSIDE   --- */
/* -------------------- */


#free_survey {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#free_survey fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#free_survey .required {
	display: inline-block;
    padding: 0 0.3rem;
    color: #ce1500;
	font-size: 1.2rem;
	float: left;
}

input[required]::after {
	content: "*";
	display: block;
}


#free_survey label,
#free_survey input,
#free_survey select,
#free_survey textarea {
	margin-bottom: 10px;
	float: left;
}

#free_survey label {
	display: block;
	width: 100px;
	clear: left;
	padding-top: 4px;
}

#free_survey input[type=text] {
	width: 220px;
	margin-bottom: 8px;
}

#free_survey textarea {
	width: 220px;
	height: 40px;
}

#free_survey p.extra_info {
	width: 300px;
	clear: both;
	margin: 0;
	padding: 10px 0 8px 0;
}

#free_survey textarea[name=extra_info] {
	width: 320px;
}

#free_survey input[type=submit] {
	clear: left;
}


#free_survey div.rightcol {
	display: block;
	position: absolute;
	right: 30px;
	top: 35px;
}

#free_survey div.checkboxes {
	display: block;
	overflow: hidden;
	background: #555;
	margin-bottom: 12px;
	padding: 15px 12px 20px 12px;
	color: #fff;
}

#free_survey div.checkboxes label {
	width: 150px;
	text-align: right;
	padding-top: 2px;
	margin-bottom: 0;
}

#free_survey div.checkboxes input {
	margin-left: 7px;
	margin-bottom: 0;
}

#bodyarea p.form_error, 
#bodyarea p.form_success {
	display: block;
	margin: 0 11px 20px 0;
	padding: 14px;
	background: #ffc;
	font-weight: bold;
	color: #000;
}

#bodyarea p.form_error {
	background: #fcc;
}


#bodyarea p.form_success {
	background: #fff;
	margin-bottom: 200px;
}

#bodyarea p.form_error span, 
#bodyarea p.form_success span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}

.postcode_results {clear: both;padding: 0;width: 400px;}

.postcode_results button {
    margin: 0.4rem auto;
    text-align: center;
    display: block;
    padding: 0.7rem;
    border-radius: 0.4rem;
    background-color: #ce1500;
    color: white;
    font-weight: bold;
    border: 0;
}

p.required--note::first-letter {
    color: #ce1500;
    font-size: 10px;
    font-weight: normal;
}

p.required--note {
    float: right;
    padding-right: 1.8rem;
    color: #ce1500;
    font-weight: bold;
    font-size: 12px;
}


@media only screen
  and (min-device-width: 300px)
  and (max-device-width: 767px)
	and (orientation: portrait) {
		#free_survey div.rightcol {
			display: inherit;
			position: relative;
			right: 0;
			top: 0;
		}