/* CSS Document */
.contact_wel {
	background-image: url(images/contact_title.gif);
	text-indent: -3000px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	background-position: left center;
}
#content label {
	font-size: 12px;
	color: #3e3a33;
	padding-bottom: 10px;
}
.fields {
	margin-top: 5px;
	width: 225px;
	border: 1px solid #999999;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.mess{
	margin-top: 5px;
	width: 350px;
	border: 1px solid #999999;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#contactEmail {
	float: left;
}

#contact_form {
	float: left;
}
#in_touch {
	float: left;
	width: 296px;
	background-image: url(images/inTouch.gif);
	height: 320px;
	margin-left: 60px;
}
