.comment_box{
    width: 584px;
    background-color:#ffffff;
    padding-right:10px;
    padding-left:10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: url("/images/answers/answer_background_repeat.png") repeat-y;
}
.comment_box_heading{
    background: url("/images/answers/ans_box_heading.png") no-repeat;
    height:40px;
}
.comment_box_rounded_corner_top{
    background: url("/images/answers/ans_box_border_top.png") no-repeat;
    height:20px;
}
.comment_box_rounded_corner_bottom{
    background: url("/images/answers/ans_box_border_bottom.png") no-repeat;
    height:8px;
}
#post_comment_box_top{
    margin-left:0px;
    margin-right:3px;
    margin-top:5px;
    background:transparent url(/images/answers/post_answer_box_top.png) no-repeat;
    height:8px;
}
#post_comment_box_bottom{
    margin-left:0px;
    margin-right:3px;
    background:transparent url(/images/answers/post_answer_box_bottom.png) no-repeat;
    height:9px;
}

.post_comment_text_area{
    width:99%;
    height:50px;
    font-size:12px;
    /*color:#898989;*/
    border:1px stroke 6F939B;
    border:1px solid #c1c7ca;
}
#post_comment_box{
    padding-left:10px;
    padding-right:10px;
    background-color:#DDF4F9;
    width:557px;

}
#edit_comment_box{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#DDF4F9;
    margin-left:2px;
    margin-right:5px;
}
#gallery_update_right_rail{float:right;padding-right:4px;width:314px;}
.gallery_big_comment{
    background: url("/images/comment_write_new.png") no-repeat;
    height:45px;
    width:565px;
    color:#4b4b4b;
}

#post_comment_box_response{
    padding-left:10px;
    padding-right:10px;
    background-color:#DDF4F9;
    width:460px;
}


.post_comment_box_imgs
{
 height:8px;
 width:500px;
}

.post_comment_box_tl
{
   background:transparent url(/images/answers/tl.png) no-repeat;
   width:7px;
   float:left;
   height:8px;
}

.post_comment_box_tm, .post_comment_box_bm
{
   background:transparent url(/images/answers/middle.png) repeat;
   width:465px;
   float:left;
   height:8px;
}

.post_comment_box_tr
{
   background:transparent url(/images/answers/tr.png) no-repeat;
   width:7px;
   float:left;
   height:8px;
}


.post_comment_box_bl
{
   background:transparent url(/images/answers/bl.png) no-repeat;
   width:7px;
   float:left;
   height:8px;
}


.post_comment_box_br
{
   background:transparent url(/images/answers/br.png) no-repeat;
   width:7px;
   float:left;
   height:8px;
}
