TABLE#Contact {
	width: 400px;
	margin: 0 auto;
}

TABLE#Contact TD {
	padding: 5px;
}

TABLE#Contact TD.headline {
	text-transform: uppercase;
	font-size: smaller;
	vertical-align: middle;
	text-align: right;
	color: #393434;
}

TABLE#Contact TD.fields INPUT, TABLE#Contact TD.fields TEXTAREA {
	width: 300px;
	background: #fcfcfc;
	color: #5F5A59;
	border: 1px solid #C2C2C2;
	font-family: Arial, Helvetica, sans-serif;
}

TABLE#Contact TD.button {
	text-align: center;
}

TABLE#Contact TD.button INPUT {
	width: 100px;
/*	background: #343c52;
	color: #70788e;
	border: 1px solid #464e64; */
	background: #ADCBE7;
	color: #213A4B;
	border: 1px solid #445D75;
	text-transform: uppercase;
	font-size: smaller;
}

TABLE#Contact SPAN.note {
	font-size: smaller;
	text-transform: lowercase;
	color: #999999;
}

/* TO STYLE OUTPUT OF THE SOCIAL MEDIA PAGE PLUG IN */

DIV#smp-wrapper {
	text-align: center;
	margin: 10px auto;
}

DIV#smp-wrapper A IMG {
	margin: 0 5px;
}
