div.comments_title
{
	font: 20px tahoma;
	color: #FF6900;
}
div.comments_comment
{
	margin: 10px 0 0 0;
	border-left: 1px solid silver;
	padding: 0 10px 0 5px;
}
div.comments_name_guest
{
	font: bold 14px tahoma;
	color: gray;
}
div.comments_name_user
{
	font: bold 14px tahoma;
	color: #FF6900;
}
span.comments_time
{
	font: 12px tahoma;
	color: gray;
}
div.comments_message
{
	margin: 5px 0 0 0;
	font: 12px tahoma;
	color: black;
}
div.comments_message p
{
	margin: 0;
}
div.comments_actions
{
	margin: 5px 0 0 0;
	font: 12px tahoma;
}
div.comments_add_button
{
	margin: 10px 0 0 0;
	font: bold 14px tahoma;
}
div.comments_form
{
	background-color: #f0f0f0;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid silver;
	max-width: 500px;
}
div.comments_form_title
{
	font: 14px tahoma;
}
div.comments_form_input
{
	margin: 5px 0 5px 0;
}
input.comments_input
{
	width: 100%;
	border: 1px solid silver;
}
textarea.comments_input
{
	width: 100%;
	height: 100px;
	border: 1px solid silver;
}
div.comments_captcha
{
	margin: 0 0 5px 0;
	font: 14px tahoma;
}
div.comments_submit
{
	font: 14px tahoma;
}
