#contact_box {
	background: #fbfbfb;
	border: 1px solid #efeeee;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contact_box h3 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #adc40c;
	background: url(none);
	margin: 0px 0px 5px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-transform: none;
}
#contact_box .textfield {
	line-height: 25px;
	background: url(images/homepage/homepage-textfield.gif) no-repeat left top;
	height: 25px;
	width: 237px;
	border-width: 0px;
	border-style: none;
	color: #ADC40C;
}
#contact_box .textarea {
	background: url(images/homepage/textarea.gif) no-repeat left top;
	height: 55px;
	width: 237px;
	border-width: 0px;
	border-style: none;
	color: #ADC40C;
	overflow: auto;
}



#planner_box {
	background: #fbfbfb;
	border: 1px solid #efeeee;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
#planner_box h3 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #adc40c;
	background: url(none);
	margin: 0px 0px 5px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-transform: none;
}
#planner_box .textfield {
	line-height: 25px;
	background: url(images/homepage/homepage-textfield.gif) no-repeat left top;
	height: 25px;
	width: 237px;
	border-width: 0px;
	border-style: none;
	color: #ADC40C;
}
#planner_box .textarea {
	background: url(images/homepage/textarea.gif) no-repeat left top;
	height: 55px;
	width: 237px;
	border-width: 0px;
	border-style: none;
	color: #7b7b7b;
	overflow: auto;
}

