/*问题列表*/
div.Questions{
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    margin-bottom:10px;
}
div.Questions #name{
    width: 70%;
}
div.Questions #op{
    width: 30%;
}
div.Questions #others{
}

/*问题*/
div.Question{
    padding-bottom: 10px;
}
div.Question #name{
    padding-bottom: 10px;
}
div.Question #op{
    float:right;
    width: 40%;
}
div.Question #others{
    width: 60%;
}

/*回答*/
div.AnswerFrame{
    width:99%;
    padding:1px 1px;
    margin-bottom:10px;
}
div.Answer{
    float:none;
    background-color: white;
    padding-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}
div.Answer #userInfo{
    width: 13%;
}
div.Answer #contentInfo{
    width: 87%;
}
div.Answer #content{
    width: 87%;
}
div.Answer .hidden{
    height:25px;
    line-height: 30px;
}
div.Answer #time{
    width: 30%;
}
div.Answer #op{
    width: 30%;
    float: right;
    text-align:right;
}
div.Answer #moreOp{
    width: 27%;
    text-align:right;
}
