#subscribeform {
	margin-top: 4em;
}

#subscribeform p {
	clear: left;
	height: 1%; /* IE fix */
}

#subscribeform label,
#subscribeform .section p {
	float: left;
	font-weight: bold;
	margin-bottom: 1.2em;
	width: 140px;
}

#emailaddress {
	width: 250px;
}

#firstname,
#lastname {
	width: 180px;
}

#postcode {
	width: 50px;
}

/* -- section options -- */
#subscribeform .section {
	float: left; /* this outer <div> for IE fix */
}

#subscribeform .section .options {
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 1.2em;
	width: 340px;
}

#subscribeform .section input,
#subscribeform .section label {
	vertical-align: middle;
}

#subscribeform .section label {
	float: none;
	font-weight: normal;
	width: auto;
}

#subscribeform .submit {
	display: inline; /* IE fix */
	margin-left: 140px;
}

/* -- error list -- */
#subscribeform .errorlist {
	background-color: #ffffff;
	border: 1px solid #f0685c;
	margin-bottom: 2em;
	padding: 5px;
}

#subscribeform .errorlist ul {
	color: #f0685c;
	margin: 0 0 0 20px;
}

/* -- subscribe location form -- */
#subscribelocationform {
	margin-top: 4em;
}

#subscribelocationform p {
	clear: left;
	height: 1%; /* IE fix */
}

#subscribelocationform label {
	float: left;
	font-weight: bold;
	margin-bottom: 1.2em;
	width: 80px;
}

#subscribelocationform .submit {
	display: inline; /* IE fix */
	margin-left: 80px;
}

