h2 {
	margin-bottom: 20px;
}

#form_holder input, #form_holder textarea {
	background-color: #f9f9f9;
	color: #555;
	margin-top: 3px;
}

.column_container a {
	color: #330066;
}

.address_block {
	margin-top: 10px;
	position: relative;
	top: -10px;
}

#form_submit_button, #form_reset_button {
	position: absolute;
	top: 215px;
	right: 7px;
}
#form_submit_button input, #form_reset_button input {
	background: url(../images/contact/submit_button.png) top left no-repeat;
	height: 23px;
	width: 138px;
	color: #330066;
	cursor: pointer;
}

#form_reset_button {
	left: 0;
}
#form_reset_button input {
	background: url(../images/contact/reset_button.png) top left no-repeat;
	width: 80px;
}

#form_holder {
	position: relative;
	height: 228px;
	left: -1px;
}

#form_name {
	position: absolute;
	top: 0;
	left: 0;
}

#form_email {
	position: absolute;
	top: 0px;
	left: 234px;
}

#form_phone {
	position: absolute;
	top: 27px;
	left: 0px;
}

#form_postcode {
	position: absolute;
	top: 27px;
	left: 234px;
}

#form_company {
	position: absolute;
	top: 54px;
	left: 0;
}

#form_address {
	position: absolute;
	top: 81px;
	left: 0;
}

#form_enquiry {
	position: absolute;
	top: 134px;
	left: 0;
}

#optout {
	position: absolute;
	top: 190px;
	left: 5px;
}

.small_input {
	background: url(../images/contact/small_input_new.png) no-repeat;
	width: 228px;
	height: 26px;
}

.small_input input {
	width: 214px;
	margin-left: 4px;
	margin-top: 2px;
}

.large_input {
	background: url(../images/contact/large_input.png) no-repeat;
	width: 463px;
	height: 26px;
}

.large_input input {
	width: 447px;
	margin-left: 4px;
	margin-top: 2px;
}

.medium_textbox {
	background: url(../images/contact/medium_textbox.png) no-repeat;
	width: 310px;
	height: 49px;
	margin-top: 2px;
	padding-right: 3px;
}

.medium_textbox textarea {
	width: 290px;
	height: 42px;
	margin-left: 4px;
	margin-top: 2px;
}

.large_textbox {
	background: url(../images/contact/large_textbox.png) no-repeat;
	width: 463px;
	height: 49px;
}

.large_textbox textarea {
	width: 447px;
	height: 40px;
	margin-left: 4px;
	margin-top: 2px;
}

.gradient_boxed .body {
	padding-right: 0;
}

#download_buttons {
	margin-left: 10px;
	margin-bottom: 5px;
}

#download_buttons .floater {
	width: 130px;
	float: left;
}
