/*repeated*/
.postwall_form {
    margin-top: .6em;
}

#postwall_form {
    margin-top: 0;
}

#postwall_form .button, 
.postwall_form .button {
    width: 150px;
}

#postwall_form textarea,
.postwall_form textarea {
    font-family: PT Sans!important;
    width: 97%!important;
    padding: 2px 3px;
    height: 36px;
    line-height: 18px;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    overflow: hidden;
}

#postwall_list {
    margin-top: 1em;
}

.postwall_list li {
    padding-left: 40px;
    margin: 6px 0;
}

.postwall_list p.post {
    margin: .3em 0 0 0!important;
    word-wrap: break-word;
}

.postwall_list a.edit,
.postwall_list a.reply,
.postwall_list a.restore,
.postwall_list .fix,
.postwall_list .unfix {
    margin-left: .5em;
}

/*repeated*/
.postwall_list a.remove {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/f/1/global/cross-red.png) no-repeat;
    background-size: 12px;
    border: none!important;
    padding: 2px;
}

.postwall_list a.remove {
    position: absolute;
    background: none;
    left: 100%;
    margin-left: -24px;
    margin-bottom: -12px;
}

#postwall_list>li>a.remove {
    margin-left: 2px;
}

.post_wrapper {
    padding: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.fixed>.post_wrapper {
     background: #F2F2F2;
}

.post_wrapper:hover a.remove {
    background: url(/f/1/global/cross-gray.png) no-repeat;
}

.post_wrapper a.remove:hover {
    background: url(/f/1/global/cross-red.png) no-repeat!important;
}

#postwall .removed {
    margin-left: .5em;
}

#postwall .preloader {
    margin-left: -38px;
}

.postwall_list a.edit,
.postwall_list a.reply,
.postwall_list .fix,
.postwall_list .unfix,
.postwall_list .date {
    font-size: 11px;
}

.postwall_form .not_valid {
    background: #f99;
}

.postwall_list .image_container {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    margin-left: -46px;
    text-align: center;
}

.cn_files_ctrl a.remove,
.cn_files_ctrl a.add {
    display: block;
    border: none!important;
    margin-bottom: -14px;
}

/*repeated*/
#postwall_form textarea.disabled,
#postwall_form a.disabled {
    display: none;
}

.postwall_form .cancel {
    position: absolute;
    margin-left: 170px;
    margin-top: -2.2em;
}

.postwall_form {
    margin-top: 16.5px;
}

#postwall_form {
    margin-top: 0;
}

li.disabled {
    display: none;
}

a.show_more {
    margin-left: 7px;
}