#blanket {
    background-color:#111;
    opacity: 0.65;
    filter:alpha(opacity=65);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

div.commentContainer {
    border: 7px solid #abc;
    position:absolute;
    background-color:#eeeeee;
    width:600px;
    height:600px;
    padding:10px;
    z-index: 9002;
}

div.comment {
    margin:5px;
}

div.comment .head{
    border-bottom: 2px dotted #abc;
}

div.comment .entry{
    
}

div.commentContainer img{
    border:0px;
}