@CHARSET "UTF-8";


#commentsShown
	{
	font-weight: normal;
	color: #333;
	font-size: 12px;	
	}

.button-text {
	display: inline; background-color: #cccccc; padding: 1px 10px 1px 10px; margin-left: 10px; border: 1px #C81F4C solid
}

a.button-text,
a.button-text:visited { color: #43617F; text-decoration: none; }
a.button-text:hover { text-decoration: underline; color: #C14E00; }


.button-text-bar {	
	margin: 2px 2px 2px 450px;
	padding: 5px 3px 5px 3px;	
}

.comments-box 
{
	border-bottom: 1px solid #ccc;  padding: 5px; margin-bottom: 5px;
}


.comments_time
{
	font-weight: bold;
	color: #999	
}
	
.comments_person
{
	font-style:italic;
}	
	


