div.image {
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	z-index: 1;
	width: 1px;
	height: 1px;
	border: 1px solid #999999;
}
div.protector {
	background-image: url(spacer.gif);
	z-index: 999;
	width: 1px;
	height: 1px;
}

body, table {
	margin: 0px;
	color: #666666;
	font-size: 14px;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	width: 480px;
	table-layout: fixed;
}
td {
	padding: 8px;
}
td.card {
	width: 21px;
}
div.head {
	margin-bottom: 16px;
}
div.name {
	color: #339999;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
div.text {
	height: -139px;
	margin-bottom: 24px;
}
div.button {
	text-align: center;
}
