.comment {
    margin: 10px auto;
    width: 630px;
}
.comment_title {
    font-size: 25px;
    color: #6A0076;
    padding-bottom: 15px;
}

.comment_pager {
    text-align: center;
}
.comment_write {
    text-align: left;
    margin: 40px 0 20px 0;
    font-size: 14px;
}
.comment_writemsg{
    width: 100%;
    height: 10em;
    border: 1px solid #DEDEDE;
}
.comment_writesend {
    border: 1px solid #DEDEDE;
    margin: 5px 0;
}
.comment_replytomsg {
    margin-left: 10px;
    font-weight: bold;
}


.commentitem {
    border: 1px solid #DEDEDE;
    margin-bottom: 20px;
    font-size: 14px;
}
.commentitem_left {
    width: 40px;
    float:left;
    display:inline;
    overflow: hidden;
}
.commentitem_right {
    margin-left: 40px;
    padding: 20px;
    border-left: 1px solid #DEDEDE;
}
.commentitem_index {
    background: #EFEFEF;
    color: #BFBFBF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
}
.commentitem_date {
    color: #919191;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
}
.commentitem_day {
    color: #56B2EF;
}

.commentitem_userinfo {
    color: #ADADAD;
}
.commentitem_user {
    margin-left: 10px;
    color: #FF0042;
    font-weight: bold;
}
.commentitem_user a{
    color: #FF0042;
}
.commentitem_user a:hover{
    color: #A600B6;
}

.commentitem_message {
    margin: 10px 0;
}
.commentitem_time {
    text-align: right;
    color: #BFBFBF;
}


.commentitem .header {
    background: #666666;
    border-bottom: 1px solid #333333;
}
.commentitem .avatar {
    border: 1px solid #333333;
    float: left;
    display: inline;
    margin: 10px;
}

.commentitem .message {
    color: #7C5E76!important;
    margin: 10px 10px 10px 100px;
}

.commentitem .message a {
    color: #7C5E76!important;
}
.commentitem_reply {
    cursor: pointer;
    margin-right: 20px;
}

