#contactForm {
	background-image:url(../images/notepaperContact.jpg);
	width: 826px; height: 611px;
	margin-left:auto;
	margin-right:auto;
	top:165px; left: 75px;
	position:relative;
}
.commentArea{
	width: 453px;
	height: 162px;
	border:none;
	background-color:transparent;
	position: absolute;
	top:315px;
	left:227px;
	text-indent:6px;
	padding-top:6px;
	font-family:"Comic Sans MS", cursive;
	font-size: 13px;
	color: #777;
	resize:none;
}

.companyArea{
	width: 340px;
	height: 20px;
	border:none;
	background-color:transparent;
	position: absolute;
	top:230px;
	left:220px;
	text-indent:6px;
	padding-top:3px;
	font-family:"Comic Sans MS", cursive;
	font-size: 13px;
	color: #777;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
}
.emailArea{
	width: 350px;
	height: 20px;
	border:none;
	background-color:transparent;
	position: absolute;
	top:273px;
	left:215px;
	text-indent:6px;
	padding-top:3px;
	font-family:"Comic Sans MS", cursive;
	font-size: 13px;
	color: #777;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
}
.nameArea{
	width: 335px;
	height: 20px;
	border:none;
	background-color:transparent;
	position: absolute;
	top:190px;
	left:220px;
	text-indent:6px;
	padding-top:3px;
	font-family:"Comic Sans MS", cursive;
	font-size: 13px;
	color: #777;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
}
.submitButton{
	background-image:images/spacer.gif;
	background-repeat: no-repeat;
	background-color:transparent;
	height: 20px;
	width: 124px;
	border: none;
	position:absolute;
	top: 500px;
	left: 223px;
	cursor: pointer;
	padding-bottom:175px;
}
