div#contact {
	margin: 80px auto 45px;
	text-align: center
}

div#contact p {
	margin-bottom: -15px;
	position: relative;
	text-align: center;
	top: -30px;
}

#contact table {
	border-color: #ededed;
	border-width: 1px;
	border-style: solid;
	background-color: #f5f5f5;
	margin: auto;
	padding-bottom: 6px;
	width: 500px;
}

#contact th {
	font-weight: normal;
	padding-top: 3px;
	padding-right: 9px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 50%;
}

#contact td {
	font-weight: bold;
	padding: 3px 9px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 50%;
}

#contact td.td-h {
	border-bottom: 1px solid #e3e3e3;
	font-weight:  bold;
	padding-top: 6px;
	text-align: center;
}

