
#wallpost-box .box-content
{
    min-height: 280px;
    _height: 285px;
    border: 1px solid #a0a0a0;

    border-top: 0;
}
#wallpost-box .blue-content
{
    border: 0;
}
#wallpost-box .top-content
{
    border: 1px solid #a0a0a0;
    border-bottom: 0;
    padding: 0;
    background: 0;
    overflow: hidden;
}
#wallpost-box .top-content .top-text
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 68px 0 0 10px;
    line-height: 14px;
    width: 190px;
    word-wrap: break-word;
}

#wall-container
{
    padding: 13px 0 0 12px;
}
    #wall-container .form-item
    {
        padding: 0 0 9px 0;
    }
        #wall-container .form-item label
        {
            padding: 0 0 1px 0;
            margin-left: -1px;
            font-size: 12px;
            line-height: 15px;
            display: block;
        }



        #wall-container .form-item .textarea
        {
        }
            #wall-container .form-item .textarea select
            {
                width: 274px;
                margin-bottom: 2px;
            }

            #wall-container .form-item .textarea textarea
            {
                font-family: Arial;
                padding: 2px 4px 0 4px;
                font-size: 12px;
                line-height: 15px;
                width: 264px;
                height: 63px;
                border-top: 1px solid #c1c3c5;
                border-left: 1px solid #c1c3c5;
                border-bottom: 1px solid #fafcfd;
                border-right: 1px solid #fafcfd;
            }

        #wall-container .form-item .input input
        {
            font-size: 12px;
            line-height: 14px;
            padding: 1px 4px 0 4px;
            width: 264px;
            height: 18px;
            border-top: 1px solid #c1c3c5;
            border-left: 1px solid #c1c3c5;
            border-bottom: 1px solid #fafcfd;
            border-right: 1px solid #fafcfd;
        }

        #wall-container div.captcha-item
        {
            padding-top: 1px;
            padding-bottom: 5px;
        }
            #wall-container .captcha-item .captcha-display
            {
                width: 86px;
                text-align: center;
                float: left;
                font-size: 20px;
                line-height: 24px;
            }

            #wall-container .captcha-item .input
            {
                float: left;
            }
                #wall-container .captcha-item .input input
                {
                    width: 178px;
                }

            #wall-container .captcha-item .captcha-description
            {
                padding: 4px 0 0 0;
                font-size: 11px;
                line-height: 14px;
            }

    #wall-container .submit-button
    {
        float: right;
        padding: 0 9px 0 0;
    }
        #wall-container .submit-button .button-text
        {
            padding-right: 24px;
            padding-left: 25px;
        }

        #wall-container .submit-button .button-text:hover
        {
            color: #ffffff;
        }

    #wall-container .submit-loading
    {
        display: none;
        float: right;
        padding: 1px 9px 0 0;
    }

        #wall-posts-container
        {

        }
            #wall-posts-container .post
            {
                position: relative;
                padding: 5px 25px 5px 13px;
            }

            #wall-posts-container div.post-alternate
            {
                background: #f1f8fc url(../image/common/label.box.blue.item.alternate.gradient.gif) repeat-y;
            }

                #wall-posts-container .post .post-texts
                {
                    overflow: hidden;
                }

                    #wall-posts-container .post .post-texts .post-text
                    {
                        padding: 0 0 0 1px;
                        font-size: 13px;
                        line-height: 15px;
                        color: #0089e5;
                        word-wrap: break-wrap;
                    }

                        #wall-posts-container .post .post-texts .post-text a
                        {
                            color: #0099FF;
                            text-decoration: underline;
                        }



                    #wall-posts-container .post .post-texts .author
                    {
                        margin-top: -1px;
                        font-size: 10px;
                        line-height: 15px;
                        font-weight: bold;
                        color: #000000;
                    }

            #wallpost-box .more-options
            {
                padding: 5px 0 11px 13px;
            }
                #wallpost-box .more-options .view-more
                {
                    padding: 0 18px 0 0px;
                    float: left;
                }
                    #wallpost-box .more-options .view-more a
                    {
                        text-decoration: underline;
                        cursor: pointer;
                    }

                #wallpost-box .more-options .view-more-loader
                {
                    width: 60px;
                    display: none;
                    float: left;
                }