table.feedback{
	margin: 20px 5px;
	width: 550;
	padding: 0;
	border-collapse: collapse;
}
table.feedback td.headshot {
	padding: 0 2px 15px 2px;
	vertical-align: top;
	background: #2e2e2e;
	border: 1px solid #2e2e2e;
}

table.feedback td.content {
	vertical-align: top;
	font-size: 12px;
	border: 1px solid #2e2e2e;
}
table.feedback td.date {
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}
div#fbform{
	width: 100%;
	text-align:center;
}
.name {
	font-weight: bold;
	font-style: oblique;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: hidden;
	width: 75px;
}
.time {
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	font-size: 10px;
}
.title {
	font-weight: bold;
	font-style: oblique;
}
.content {
	width: 100%;
}