.contactForm {
	padding-top: 30px;
}

.contactForm LABEL {
	display: inline-block;
	width: 110px;
}
.contactFormTitle {
	font-weight: bold;
}
.contactFormTarget {
	padding: 10px 0;
}
.contactFormName {
	padding-bottom: 4px;
}
.contactFormCompany {
	padding-bottom: 4px;
}
.contactFormStreetAddress {
	padding-bottom: 4px;
}
.contactFormPostAddress {
	padding-bottom: 4px;
}
.contactFormPhoneNumber {
	padding-bottom: 4px;
}
.contactFormEmailAddress {
	padding-bottom: 4px;
}
.contactFormMessage {
	padding-top: 10px;
	padding-bottom: 20px;
}
.contactFormMessage LABEL {
	display: block !important;
	width: 100% !important;
}
.contactForm INPUT {
	width: 170px;
}
.contactForm TEXTAREA {
	width: 283px;
	overflow: auto;
}

.contactForm INPUT,
.contactForm TEXTAREA {
	font-size: 1em;
}
.contactForm .required {
	font-weight: bold;
}
.contactForm .errors {
	color: #f00;
}

INPUT.submit {
	border: 0px;
	width: 115px;
	height: 20px;
	padding: 0 0 2px 0;
	background: url(../../color_orange/pics/buttonOrange.png) no-repeat center center;
	color: #fff;
	cursor: pointer;
	font: 12px Arial, sans-serif;
}

p.thanksMessage {}
