.contactRecord {
	border: 1px solid silver;
	margin: 6px;
	padding: 4px;
	width: 96%;
}
.contactInfo {
	float: left;
	background-color: #CCC;
	padding: 10px;
	width: 300px;
}
.contactMessage {
	padding: 10px;
	float: left;
	clear: right;
}
.contactName {
	font-weight: bold;
}
.contactName, .contactEmail, .contactStreet, .contactPostalCode, .contactCountry {
	display: block;
}
.contactProvince {
	clear: right;
}
.contactCreated {
	display: block;
	font-size: smaller;
	font-style: italic;
	clear: both;
}

#maillistAddress {
	margin-right: 20px;
}