.inline{
    display: inline-block;
    min-width: 100%;
}


.replyForm {
    border: 0;
    width: 469px;
}


/* Skjema integrert i tre med postar */
.treeForm {
}


/* Knappar og ikon for handlingar */

.doContainer {
    display: inline;
    padding-right: 10px;
}

.doContainer_reply:before {
    content: url("../../img/svar.png");
    padding-right: 4px;
}

.doContainer_article:before {
    content: url("../../img/les.png");
    padding-right: 4px;
}

.doContainer_back:before {
    content: url("../../img/tilbake.png");
    padding-right: 4px;
}

.doCheckbox {
    vertical-align: middle;
}

.doButton {
    cursor: pointer;
    height: 14px;
    min-height: 14px;
    width: 14px;
    border: none;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.doButton_delete {
    background: url("../../img/rm.png") no-repeat;
}

.doButton_bold_off {
    background: url("../../img/bold_off.png") no-repeat;
}

.doButton_bold_on {
    background: url("../../img/bold_on.png") no-repeat;
}

.doButton_bookmark {
    background: url("../../img/bookmark.png") no-repeat;
}

.doButton_edit {
    background: url("../../img/edit.png") no-repeat;
}
