div.comments {
	padding-top: 0px;
	margin-top: 0px;
	width: 550px;
	border-top: none;
}

div.comments div.comment {
	padding-top: 10px;
}

div.comments div.comment div.name, div.comments div.comment div.email, div.comments div.comment div.body{
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color:#000000;	
}
div.comments div.comment div.name *, div.comments div.comment div.email *, div.comments div.comment div.body *{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color:#000000;	

}
div.comments div.comment div.name{
	float: left;
	width: 280px;
}
div.comments div.comment div.email input, div.comments div.comment div.name input {
	width: 200px;
}

div.comments div.comment div.date{
	clear: both;
	width: 350px;
}
div.comments div.comment div.email{
	float: left;
	width: 420px;
}

div.comments div.comment div.neburnok{
	position: relative;
	
	padding-top: 50px;
	padding-left: 170px;
	width: 180px;
}

div.comments div.comment div.title{
	clear: both;
	padding-top: 3px;
}

div.comments div.comment div.title input, div.comments div.comment div.body textarea  {
	width: 500px;
}

div.comments div.comment div.body input {
	margin-top: 3px;
}

div.comments div.comment div.body{
	clear: both;
}

div.submit {
	padding-top: 4px;
	vertical-align: middle;
}
div.submit * {
	font-size: 13px;
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#990000;	
	vertical-align: middle;
}


div.verific {
	padding-top: 5px;
	vertical-align: middle;
}

div.verific * {
	font-size: 13px;
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color:#000000;	
	float: left;
}

