table.comment_table {
  padding:2px;
  width:100%;
}

td.comment_image {
  width:60px;
}

table.odd_comment {
  background:#f5f1ff;
  border:1px solid #bbd5f0; 
}


table.comment_table td {
  padding:3px;
  background:inherit;
  color:#555;
}

.comment_title {
  font-weight:bold;
  font-size:105%;
  color:#7c1f32;
}

.comment_time, table.comment_table td.comment_image {
  font-size:80%;
  color:#2b85b9;
  margin-bottom:3px;
}

.comment_input {
  padding:6px;
  margin-right:10px;
  width:200px;
  border:1px solid black;
  font:inherit;
  font-size:90%;
  margin-bottom:15px;
}

.comment_textarea {
  border:1px solid black;
  font:inherit;
  font-size:90%;
  margin-bottom:15px;
  width:500px;
  height:150px;
  padding:10px;
}

.comment_frame {
  background:#ede8ff;
  padding:10px;
  font-size:110%;
  color:black;
}

.add_comment_title {
  font-weight:bold;
  font-size:115%;
  color:#7c1f32;
  margin-bottom:15px;
}