@charset "utf-8";
/* CSS Document */

.contactTitles {
	width: 245px;
	text-align: left;
	float:left
}

.contactTitles2 {
	width: 300px;
	text-align: left;
	float:left
}
.contactFields {
	width: 245px;
	text-align: left;
	float:left;
	margin-bottom:15px
}
.txtField {
	float:left;
	width:210px;
}
.comments {
	width:400px
}
.txtArea {
	float:left;
	width:400px;
	clear:both
}
.contactForm {
	margin-left:25px;
	width:525px
}

.contactForm2 {
	margin-left:25px;
	width:575px
}
.newsletterSelect {
	width:300px;
	float:left;
	clear:both;
	margin:15px 0
}
.formSubmitBtn {
	width:500px;
	text-align:center;
	margin-top:20px;
	clear:both
}

