#comment_div{
padding:20px;
}

#comment_div h2{
   font-weight: normal;
        color: #CCC;
        font-size: 22px;
        padding-left: 27px;
        background: url(images/comment.gif) left no-repeat;
}

#comment_div ul{
        list-style: none;
        height: 26px;
        display: block;
        margin-top: 9px;
}

#comment_div ul li{
        display: inline;
        margin: 5px;
}

#comment_div ul li a{
        margin: 5px;
        text-decoration: none;
}

#comment_div ul li a.curr{
        color: #FF6347;
        border-bottom: 1px dotted #FF6347;
}

#comment_div ul li a:hover{
        text-decoration: underline;
}

#comment_div textarea{
        width: 550px;
        height: 340px;
        border: 1px solid #CCCCCC;
}

#comment_view{
        overflow: auto;
}

#comment_write iframe{
        border: 0;
                width: 530px;
        height: 320px;
}

