@import "contact.css";

.content-body table{
	margin-bottom:10px;
}

.content-body p.head{
	display:inline-block;
	width:180px;
	padding:14px 8px;
	border:1px solid #ddd;
	border-bottom:none;
	background-color:#f7f8f8;
	line-height:1;
}

.content-body td.subject{
	padding:15px 8px;
	background-color:#fffdf2;
	text-align:center;
}

.content-body .contact{
	margin-bottom:25px;
	line-height:1;
}

.content-body .contact address{
	display:inline;
	color:#C00;
	font-size:24px;
	vertical-align:middle;
}

.content-body .contact p{
	display:inline;
	vertical-align:middle;
}