div.comments_window
{
	
}

div.comments_submit
{
	padding-top: 10px;
	font: 12px tahoma;
}
div.comments_form_title
{
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
}
div.comments_captcha
{
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
}
div.comments_form_input
{
	vertical-align: middle;
}
input.comments_input
{
	width: 650px;
	border: 1px solid #dddddd;
}
textarea.comments_input
{
	width: 650px;
	border: 1px solid #dddddd;
	height: 100px;
}
div.comments_name
{
	padding-top: 10px;
	color: gray;
}
div.comments_message
{
	text-align: justify;
	color: black;
}
div.comments_message p
{
	margin: 0;
}
div.comments_navigate
{
	padding-top: 10px;
	font-size: 14px;
	color: red;
}
span.comments_user
{
	color: #00a000;
	font-weight: bold;
}
span.comments_guest
{
	color: #d4620a;
}

