/* CSS Document */
div.comments_div {
  background: #FFFFFF;
  border-bottom: 1px solid #CFDADF;
}

div.comments_div img {
max-width: 150px !important;
max-height: 90px !important;
}

div.comments_div object {
max-width: 250px !important;
max-height: 190px !important;
}

div.comments_div embed {
max-width: 250px !important;
max-height: 190px !important;
}

div.comments_header {
  border-bottom: 1px solid #C1DAD7;
  font-size:smaller;  
}

div.mycomment {
  background: #FFFFFF;
}

table.commenter_table td {
  vertical-align: top;
}

img.info_icon {
  height:24px;
}