
#bbs_text {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 10px;
	clear: both;
}
ul#bbs_profile {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
#bbs_profile li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 20px;
	background-color: #DE9961;
	border-top: 1px solid #EAC5A5;
}
#bbs_delimeter {
	clear: both;
}
#bbs_name {
	background-image: url('bbs/user.gif');
	background-position: left;
	background-repeat: no-repeat;
	width: 75px; overflow: hidden; white-space: nowrap;
	
}
#bbs_reply {
	background-image: url('bbs/reply.gif');
	background-position: left;
	background-repeat: no-repeat;
	width: 40px; overflow: hidden; white-space: nowrap;
}
#bbs_email {
	/*background-image: url('bbs/email.gif');
	background-position: left;
	background-repeat: no-repeat;*/
	width: 15px; overflow: hidden; white-space: nowrap;
}
#bbs_date {
	background-image: url('bbs/date.gif');
	background-position: left;
	background-repeat: no-repeat;
	width: 120px; overflow: hidden; white-space: nowrap;
}
#bbs_email img {
	padding-top: 4px;
}