.comments li img {
  float: left;
  width: 32px;
  height: 32px;
  padding-right: 8px;
  margin-right: 8px;
  margin-left: 8px;
  display: block;
}
body.vesti .comments li img {
  border-right: 1px solid #b00000;
}
body.gallery .comments li img {
  border-right: 1px solid #d51100;
}
body.kladionica .comments li img {
  border-right: 1px solid #e89108;
}
body.tipsteri .comments li img {
  border-right: 1px solid #027762;
}
.comments li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.comments p {
  color: #707070;
  font-size: 11px;
  margin: 14px 0;
  clear: left;
}
.comments p.top {
  margin: 4px 0 4px 0px;
  float: left;
  clear: none;
}
.comments a {
  text-decoration: none;
  color: black;
}
.comments a:hover {
  text-decoration: underline;
}
.comments form {

}
.comments label {
  display: block;
  overflow: hidden;
  width: 60px;
  line-height: 27px;
  color: #444444;
  font-size: 14px;
  float: left;
}
.comments input {
  width: 298px;
  height: 25px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;

}
.comments textarea {
  width: 360px;
  height: 110px;
  border: 1px solid #e5e5e5;
}
.comments input.button {
  color: white;
  border: 0px none;
  width: 123px;
  text-align: center;
  text-indent: -10px;
  height: 21px;
  font-size: 11px;
  margin-left: 238px;
}
body.vesti .comments input.button {
  background: #890b00 url("../images/vesti/commentbtn.png") no-repeat;
}
body.gallery .comments input.button {
  background: #d51100 url("../images/gallery/commentbtn.png") no-repeat;
}
body.kladionica .comments input.button {
  background: #e89108 url("../images/kladionica/commentbtn.png") no-repeat;
}

.comments .commentright {
  float: right;
  width: 300px;
}
.comments .commentright h3 {
  color: #183f6b;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 20px;
}
.comments .facebook {
  text-align: right;
}
#sidebar .comments form label {
  line-height: 18px;
  width: 60px;
  float: left;
  clear: left;
}
#sidebar .comments p {
  margin-left: 0px;
  margin-right: 0px;
}
#sidebar .comments input {
  width: 245px;
}
#sidebar .comments textarea {
  width: 305px;
  height: 57px;
}
#sidebar .comments input.button {
  width: 65px;
  height: 21px;
  margin-left: auto;
  display: block;
  margin-right: 0px;
  background: url("../images/commentside.png") no-repeat #058971;
}