.errors {
	padding: 10px;
	padding-left: 35px;
	font-size: 1.4em;
	color: #C00;
	background-color: #f1f1f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkitborder-radius: 5px;
	width: 514px;
	background-image: url("images/icon-error.png");
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
	
.contact-form {
	width: 562px;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.contact-form .form-main {
	width: 562px;
	height: 66px;
}

.contact-form .field-postcode {
	background-image: url("images/bg-field-postcode-text.png");
	background-repeat: repeat-x;
	background-color: #fff;
	width: 392px;
	height: 58px;
  vertical-align: centre;
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
	border-right: 0;
}

table.collapse {
  border-collapse: collapse;
}

.contact-form .field-submit {
	width: 168px;
	height: 60px;
	padding: 0;
	margin: 0;
}

.contact-form .field-postcode input {
	width: auto;
	width: 367px;
	padding: 0 0 0 25px;
	margin: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	background-repeat: repeat-x;
	background-color: transparent;
	font-weight: bold;
}

.contact-form .field-postcode input:focus {
  outline: none;
}

.contact-form .field-submit input {
	display: block;
	border: 0;
	height: 60px;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #666;
	background-color: transparent;
	font-size: 2em;
	font-weight: bold;
	border: 1px solid #AAA;
	width: 100%;
	background-image: url("images/bg-field-postcode-button.png");
	background-repeat: repeat-x;
	background-color: #FFF;
}

.contact-form .field-submit input:active {
	background-image: url("images/bg-field-postcode-button-active.png");	
}

.rep {
	margin-bottom: 50px;
	color: #666;
}

.rep-name h2 {
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.rep-position {
	color: #999;
	font-style: italic;
	font-size: 1.2em;
}

.rep-tel {
	font-weight: bold;
	font-size: 1.4em;
}

.rep-email a {
	color: #AF0531;
	font-weight: bold;
	font-size: 1.2em;
}

.rep-area {
	font-size: 0.9em;
	color: #999;
	margin-top: 2px;
	font-style: italic;
}