.comment {
	float: left;
}

.t {
	background: url(roundeddiv/te.png) repeat-x rgb(33, 23, 169) 0px 0px;
	color: white;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 8px;
}

.b {
	background: url(roundeddiv/be.png) 0px bottom repeat-x;
	padding-bottom: 8px;
}

.l {
	background: url(roundeddiv/le.png)  repeat-y;
	margin-left: -8px;
}

.r {
	background: url(roundeddiv/re.png) 100% 0 repeat-y;
	margin-right: -8px;
	padding: 15px;
}

.bl {
	background: url(roundeddiv/bl.png) 0px bottom no-repeat;
	position: relative;
	display: block;
	width: 240px;
	float: left;
	margin: 17px 10px 8px;
	padding: 0px;
	font: 17px "Lucida Grande";
}

.br {
	background: url(roundeddiv/br.png) 100% 100% no-repeat;
}

.tl {
	background: url(roundeddiv/tl.png) 0 0 no-repeat;
}

.tr {
	background: url(roundeddiv/tr.png) 100% 0 no-repeat;
}

.name-box {
	position: absolute;
	font: 15px "Lucida Grande";
	margin-top: -20px;
	margin-left: 10px;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}

.name-box div {
	#width: 60px;
	height: 36px;
	float: left;
	line-height: 35px;
	background: no-repeat rgb(29, 19, 1);
}

.timestamp {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	text-decoration: italic;
}

