/*
* general comments rule
*/

.member-comment-entry {
    margin:5px 0 5px 0;
} 

.member-comment-entry.reply {
    margin-left:65px;
}

.member-comment-entry .comment-block {
    display:block;
    overflow: auto;
     padding:10px; 
     background:#F8F8F8;
}

.member-comment-entry .comment-block .thumbnail-block{ float:left; display:block; width:45px; }
.member-comment-entry .comment-block .thumbnail-block .pix{ width:45px; }
.member-comment-entry .ts-time { color:#7A7A7A; }
.member-comment-entry .comment-block .comment-summary { display:block; margin-left:55px; }

.member-comment-post {
    display:none;
}

.member-comment-post.no-hide {
    display:block;
}

.member-comment-entry.member-comment-post textarea.text {
    width:96%;
    overflow:hidden;
    height:35px;
    float:right;
}

.member-comment-post .text-story-wrapper,
.member-comment-post .ui_button_actions_wrapper {
    /*overflow:auto;*/
}

.member-comment-post .ui_button_actions_wrapper {margin-top:3px;}
.member-comment-post .ui_button_post {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    cursor:pointer;
    float:right;
}

.member-comment-post .ui_button_post.ui_button_blue {
    padding:2px 8px;
    display:inline-block;    
    border: 1px solid #526181;
    border-top: 1px solid #577497;
    border-left: 1px solid #577497;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #2F537F;
    color: white;
    font-weight: bold;
}

.member-comment-count {
    font-style: normal;
    font-weight: normal;
    color:#666;
    display:inline-block;
    margin-left:3px;
}

.ui_btn_action_member_comment_post {
    cursor:pointer;
}