@charset "UTF-8";
.AddressBox {
	float: left;
	width: 250px;
}
.MainContentContact {
	height: 400px;
	width: 630px;
}
.ContactForm {
	float: right;
	width: 380px;
	font-size: 80%;
}
.MiddleContentContact {
	height: 400px;
}
.sidebar1Contact {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 630px;
}
.sidebar2Contact {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 630px;
}
.navigationContact {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 630px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.PurpleText {
	color: #8351A1;
}
.thanks {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	color: #8351A1;
}
