div#comments {
	margin-left: 12px;
	float: left;
	position: relative;
	width: 438px;
}

div#label_comments{
	padding-left: 14px;
	font-size: 18px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-top: 2px;
	height: 20px;
	background-color: #5b8b28;
	color: white;
	text-decoration: none;
}

div#add_comments {
	color: white;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 438px;
}

div#add_comments_button, div#add_comments_button a, div#add_comments_button a:hover, div#add_comments_button a:visited, div#add_comments_button a:link {
	text-align: center;
	width: 438px;
	cursor: pointer;
	margin-top: 2px;
	padding-top: 2px;
	height: 20px;
	background-color: #99cc00;
	color: white;
	text-decoration: none;
}

div#setup_comments {
	width: 426px;
	padding-left: 12px;
	padding-top: 5px;
	line-height: 16px;
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-bottom-color: #d8d8d8;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: #f4f4f4;
	
	display: none;
}

div#comments_blok {
	width: 438px;
	position: relative;
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}



form.addcom label {
	display: inline-block;
	width: 80px;
	line-height: 1.8;
	vertical-align: top;
}


form.addcom ol {
  height: auto;
}

form.addcom li {
  list-style: none;
}

form.addcom input{
	margin-top: 2px;
	display: inline-block;
	font-size: 11px;
	height:20px;
	color: #5b8b28;
	background-color: white;
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 1px;
}

form.addcom textarea{
	display: inline-block;
	font-size: 11px;
	color: #5b8b28;
	background-color: white;
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 1px;
}

form.addcom submitbut{
	color: white;
	display: inline-block;
	font-size: 11px;
	background-color: #5b8b28;
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 1px;
}


div#clearform{
	height: 50px;
	clear: both;
}

form.addcom{
}

div#blok_usrinfo{
	float: left;
	position: relative;
	display: block;
	text-align: right;
	max-height: 300px;
	padding: 10px;
	color: #a3a3a3;
	width: 80px;
	font-size: 10px;
}

div#blok_comment{
	width: 310px;
	float: left;
	display: block;
	position: relative;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	background-color: white;
}

div#blok_comment_s{
	width: 285px;
	float: left;
	display: block;
	position: relative;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	background-color: white;
}

div#blok_delete{
	width: 32px;
	float: left;
	display: block;
	position: relative;
	font-size: 11px;
	text-align: right;
	padding: 0px;
	background-color: white;
}

div#blok_content{
	clear: right;
	display: inline-block;
	width: 438px;
	border-bottom-color: #9b9b9b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
}

#usr{
	font-weight: bold;
	color: #5b8b28;
}



