.wrapper-comment.normalrow {
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
}

.wrapper-comment.altrow {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
}

.user_status.width_common {
    width: 100%;
}
.avata{
    width: 5%;
    float: left;
}
.user-avatar{
    height: 24px;
    width: 24px;
}
.div-username-function{
    width: 95%;
    float: right;
    padding-top: 5px;
}
.user-creator{
    float:left;
    color:#666;
    font-weight:bold;
    font-size:11px;
}
.date-creator{
    float:left;
    color:#666;
    font-size:11px;
}
.divRight {
    float: right;
}

.comment-input{
    margin: 1px 1px 10px 1px;
    padding:10px;
    background:#F8F8F8;
}
.comment-input .input{
    width: 100%;
}


.textbox-comment
{
    width:100%;
    float:right;
	height:58px;
}

.btn-comment{
    padding:5px 0px;
    float:right;
}

.comment-content{
padding-bottom: 2px;
font: 300 14px/19px arial;
color: #000;
}

.user_status.width_common{
    width: 100%;
    float: left;
}
.divRight {
    float: right;
    font-size: 11px;
    color: #004f8b!important;
    margin: 0px 2px;
}

.clr{
    clear:both;
}

