#auth_message{
    width: 60%;
    height: 40px;
    background-color: #ff7680;
    border-color: #ff7680;
    color: #FFF;
    padding: 0 17px;
    line-height: 40px;
    position: relative;
    border-radius: 5px;
}

#auth_message a{
    margin-left: 20px;
    color: #0f7864;
}
.authorbox .authorimg{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.bg_gray{
    background: #ddd;
}