@charset "UTF-8";
#contactheader {
	background-image: url(../images/contactheader1.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 740px;
	float: left;
}
.imagetextwrap {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#contactform {
	position: relative;
}
#leftcolumn {
	width: 500px;
}
#rightcolumn {
	width: 240px;
}
.pdflinks {
	background-image: url(../images/abobeLogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
fieldset {
	padding: 10px;
}
.addresslabel {
	width: 170px;
	float: left;
	height: 130px;
}
label {
	width: 100px;
	display: inline-block;
	float: left;
}
input[type="submit"] {
	display: block;
	margin-left: 100px;
}
input[type="text"] {
	width: 200px;
}
textarea {
	width: 200px;
	overflow: auto;
}
.addresscontent {
	width: 330px;
	float: right;
	height: 130px;
}
#enquiryheader {
	background-image: url(../images/enquiryheader2.gif);
	background-repeat: no-repeat;
	height: 21px;
}

