#forum_success {
    background-color: #CF9;
    color: #000;
    padding: 6px;
    padding-left: 12px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin: 12px;
}

#forum_notice {
    background-color: #FC0;
    color: #000;
    padding: 6px;
    padding-left: 12px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-bottom: 6px;
}

.forum_post_image {
    display: table-cell;
    width: 10%;
    padding: 6px;
    vertical-align: top;
    text-align: center;
    word-wrap: break-word;
}

.forum_post_text {
    display: table-cell;
    width: 90%;
    padding: 6px 12px;
    vertical-align: top;
    overflow: auto;
}

.forum_post_count {
    background: #FFF;
    text-align: right;
    float: right;
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 6px 6px 9px;
    margin-right: 6px;
}

.forum_post_count_new {
    background-color: #FFF2BF;
    border-color: #FC0;
}

.forum_post_pinned {
    border-style: dotted;
    border-width: 2px;
}

.forum_new_post_form {
    font-size: 16px;
}

.forum_actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
}

.forum_locked {
    margin: 12px 0;
    background-color: #FC0;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 12px
}

.forum_post_attachment {
    margin: 20px 0;
    background-color: #CF9;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 6px
}

.forum_follow_box {
    position: inherit;
    width: 300px;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 12px;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 0 3px #000;
}

.forum_signature {
    display: inline-block;
    color: #999;
    margin-bottom: 6px;
}

.forum_signature a {
    color: #999;
}

.forum_signature .bbcode_url {
    color: #999 !important;
}

#forum_solution_box {
    position: inherit;
    width: 340px;
    text-align: left;
    background-color: #EEE;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 12px;
    display: none;
    z-index: 100;
    overflow: visible;
    box-shadow: 3px 3px 3px 3px #CCC;
}

.section_solution {
    background-color: #FFF;
    width: 300px;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 6px;
    margin: 2px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
}

.section_solution_detail {
    border-radius: 5px;
    padding: 0 6px;
    margin-bottom: 6px;
}

.section_solution_list {
    border-radius: 3px;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 12px;
}

.forum_upload_button {
    position: absolute;
    right: 100px;
    top: 0;
    padding: 6px 0 0 0;
    line-height: 27px;
}

.forum_upload_button input {
    font-size: 16px !important;
}

.jrforum_upload_attachment {
    margin-top: -32px;
    text-align: right;
    width: 94%;
}

.jrforum_upload_attachment li.qq-upload-success {
    text-align: left;
}

.jrforum_upload_attachment .qq-uploader {
    float: right;
}

.small_follow_container span {
    margin-top: -3px;
}
