#contactForm {
	float: left;
	margin: 5px 0 5px 3px;
	padding: 5px;
	background: #E9E9E9;
	border: 1px solid #5A5A5A;
	text-align: right;
}
#contactForm h1 {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: #CCCCCC;
	padding: 2px;
}
#postAddress {
	float: right;
	margin: 5px 3px 0 5px;
	padding: 5px;
	background: #E9E9E9;
	border: 1px solid #5A5A5A;
	text-align: left;
}

#postAddress #address{
	margin: 5px 4px 4px 5px;
	padding: 0 15px 0 15px;
	text-align: left;
}

#postAddress h1 {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: #CCCCCC;
	padding: 2px;
}
