* {
	margin: 0;
	padding: 0;
}
.clear {
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 0px !important;
	overflow: hidden !important;
}
body {
	background: #f2f2f2;
	padding: 0 20px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
}
#container {
	width: 625px;
	background: #fff;
	padding: 15px;
	margin: 20px auto;
}
#container .recipient {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}
#container .last {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#container .recipient .image {
	float: right;
	margin: 0 0 0 15px;
}
#container .recipient h3 {
	margin: 0 0 10px 0;
}
#container .recipient p {
	line-height: 1.3em;
	margin: 5px 0;
}
#container .recipient p.last {
	margin: 5px 0 0 0;
}