#contactBlurb {
	float: left;
	width: 300px;
	margin-top: 80px;
}

#contactBlurb h3 {
	color: #F3E67A;
}

#beehiveMonster {
	position: absolute;
	width: 179px;
	height: 147px;
	top: 240px;
	right: 25px;
	background: url('../img/small-beehive.png') top left no-repeat;
	z-index: 6;
}


#contactFormContainer {
	margin-top: 110px;
	float: right;
	width: 460px;
	margin-bottom: 10px;
}

#contactFormContainer .top {
	line-height: 0px;
	font-size: 0px;
	width: 460px;
	height: 7px;
	background: url('../img/slant-brown-460px-top.png') top left no-repeat;
}

#contactFormContainer .bottom {
	line-height: 0px;
	font-size: 0px;
	width: 460px;
	height: 5px;
	background: url('../img/slant-brown-460px-bottom.png') top left no-repeat;
}

#contactFormContainer .content {
	background-color: #422E17;
	padding: 20px;
}

#contactFormContainer h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #F3E67A;
}

#contactFormContainer .inputs {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contactFormContainer input {
	margin: 0px;
}

#contactFormContainer textarea {
	width: 100%;
}




