/* ===== Contact Tool Styles ===== */

#contactMainContainer {
	clear:both;
	width: 234px;
	margin: 12px 0 0 -2px;
	background: url(../../contactmodule/images/contact-middle.gif) repeat-y;
}

.contactContainerTop {
	width: 234px;
	background: url(../../contactmodule/images/contact-top.gif) no-repeat left top;
	overflow: hidden;
}

.contactContainer {
	width: 234px;
	background: url(../../contactmodule/images/contact-bottom.gif) no-repeat left bottom;
	overflow: hidden;
	min-height: 82px;
}
.contactContainer .contactHeader {
	margin: 20px 15px 0 20px;
	width: 199px;
	overflow: hidden;
}
.contactContainer .contactBody {
	margin: 0px 15px 20px 22px;
	width: 197px;
	overflow: hidden;
}
.contactContainer .contactFooter {
	margin: 0 15px 5px 20px;
	width: 199px;
	overflow: hidden;
}

.contactContainer .autoCompleteContainer {
	text-align: left;
	padding-bottom: 15px;
}

#printArea .contactContainer p {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 13px;
	text-indent:0;
	padding-bottom:0px;
	line-height: 22px;
}

#printArea .contactContainer a{
	color: #333;
}

#printArea .contactContainer .contactHeader p {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	/*text-align: center;*/
	color:#333;
	font-size: 18px;
	text-indent:0;
}