form#newcommentform .newcomment textarea#comment {
  width: 600px;
  height: 100px;
  padding: 5px;
  margin-bottom: 10px;
}

form#newcommentform .newcomment {
  width: 612px;

}

form#newcommentform .newcomment .buttons {
  float: right;

}

#comments .comment {
  font-size: 12px;
  width: 600px;
  float: left;
  padding-bottom: 30px;
}

#comments .comment .info {
  border-bottom:1px solid #979797;
  width: 100%;
  margin-bottom: 5px;
}

#comments .comment .info .username {
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 13px;

}

#comments .comment .info .time {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #979797;
}

.mvebutton {
  border: 1px solid #979797;
  padding: 4px;
  background-color: white;

}
