﻿.answerQuestionFormArea
{
    margin-top: 10px;
    line-height: 18px;
    display: inline-block;
}

.answerQuestionFormArea .txtInput
{
    width: 150px;
    margin-bottom: 5px;
}

.answerQuestionFormArea .txtArea
{
    height: 65px;
    width: 325px;
}

.answerQuestionFormArea .answerQuestionFormLeft
{
    float: left;
    width: 175px;
    display: inline-block;
}

.answerQuestionFormArea .answerQuestionFormRight
{
    display: inline-block;
    float: right;
}