@charset "UTF-8";
#container {
	height: 675px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#topMiddle {
	height: 138px;
	background-repeat: no-repeat;
}
#copyBox1 {
	width: 600px;
	height: 65px;
	position: relative;
	top: 33px;
	left: 64px;
}
#enquaryForm {
	float: right;
	width: 285px;
	background-image: url(EnquaryFormBox.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 25px;
	margin: 0px;
}
#form {
	height: 230px;
	margin: 0px;
}
#name {
	left: 10px;
	position: relative;
	margin: 0px;
}
#email {
	position: relative;
	left: 12px;
	margin: 0px;
}
#tel {
	position: relative;
	left: 27px;
	margin: 0px;
}
#middle {
	padding-left: 40px;
	padding-top: 40px;
}