#faqblock {
    margin-bottom: 20px;
    text-align: left;
}

.usertxt {
    clear: left;
    color: #2d2d2d;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}

.wordanswer {
    font-weight: bold;
}

.userpost .useranswer span {
    display: block;
    padding: 5px 5px 5px 10px;
    line-height: 1.5;
}

.userpost {
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.useranswer {
    color: #666666;
    font-size: 13px;
    margin-top: 30px;
    padding-left: 10px;
    display:none;
}

#moduleinfo .faq form fieldset {
    width: 400px;
}

#moduleinfo .faq form fieldset label {
    float: left;
    padding-right: 15px;
    text-align: right;
    width: 150px;
}

#moduleinfo .faq form textarea {
    margin-left: 167px;
    margin-top: -16px;
    font-size: 14px;
}