/* --- component Forum Post CSS --- */
.post_time
{
	font-size: 11px;
	text-align:right;
	padding:3px;
}

.forum_post_top
{
	background: #E6F4F7;
}
.post_text{
min-height:95px;
overflow:hidden;
}

*html .post_text{
height:95px;
overflow:visible;

}

.spec_he{
width:448px;
overflow:hidden;
}

.post_footer{
text-align:right;
padding:5px;
}

a.del_topic:visited,
a.del_topic:link,
a.edit_topic:link,
a.edit_topic:visited
{
	float: none;
	display: inline;
	margin: 0px;
}

