/* CSS Document */
div.comments_div {
  background: #FFFFFF;
  border-bottom: 1px solid #CFDADF;
}

div.comments_div object {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.comments_div embed {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.comments_div img {
max-width: 250px !important;
max-height: 190px !important;
}
img.attached {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}


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;
}