#graphicframe {
	background-image: url(images/contact_paperclips.gif);
	background-repeat: no-repeat;
	background-position: 600px -35px;
	float: left;
	background-color: #A6CE39;
	width: 100%;
	height: 220px;
}
#content {
	background-color: #FFF;
	float: left;
	width: 800px;
  border-bottom: 30px solid #A6CE39;
	padding-top: 60px;
	padding-left: 50px;
	margin-top: -8px;
}
#contenttext form {
	margin: 0px;
	background-color: #89806B;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#contenttext label {
	padding-left: 2px;
	padding-right: 2px;
}
label[for=field3] {
	display:none;
}
label[htmlFor="field3"] {
	display: none;
}
#contenttext textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	width: 339px;
	margin-bottom: 3px;
}

#contenttext input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 280px;
	background-color: #FFF;
}
#contenttext #button {
	width: 341px;
	color: #A6CE39;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 2px;
}
