#questionsList {
    padding: 0 !important;
}

.answers-count {
    font-style: italic;
    font-size: 14px;
    padding-top: 7px;
    display: block;
    float: left;
}

#questionsList>li {
    border-bottom: 1px solid silver;
    padding: 10px;
}

#questionsList li:last-child {
    border-bottom: none;
}

#questionsList h3 {
    font-style: italic;
}

#question-form li, #questionsList li {
    list-style-type: none !important;
    overflow: hidden;
}

#question-form ul {
    padding: 10px !important;
}

#question-form label, .answer-form label {
    width: 150px;
    float: left;
}

#question-form input[type="text"], #question-form textarea {
    width: 250px;
}

#question-form textarea {
    height: 200px;
}

.question-send {
    border: none;
    padding-left: 25px;
    padding-top: 0;
    height: 23px;
    font-weight: bold !important;
    color: #02afee;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

#asked_questions h3 { text-align: center; text-shadow: 1px 1px 1px #000; margin-bottom: 10px; color: #fff; }
#asked_questions { padding: 10px 0; border: 1px solid #fff; margin: 10px 5px 0; text-align: left; border-radius: 5px; }
#last-question { padding-left: 5px; color: #fff; }

#last-question p {
    text-indent: 5px;
    margin: 5px; padding: 5px;
    background-color: #222222;
    min-height: 50px;
}

.questions-date { color: silver; font-size: 12px;}

/**/
#ask-question, #questions-more {
    background: #fff;
    border: 1px solid #222222;
    border-radius: 5px 5px 5px 5px;
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    color: #A30C18;
    font-weight: bold;
    font-size: 13px;
}

#questions-more { margin-bottom: 5px; }

#questions-more:hover, #ask-question:hover, .question-send:hover {
    text-decoration: none;
}

.question-send {
    background: url(../../img/client/icons/arrow-right1.png) no-repeat 93% 50% #333;
    border-radius: 5px;
    padding-right: 15px;
    padding-bottom: 2px;
    float: right;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: 5px;
}

#question-form li.error, .answer-form li.error {
    text-align: right;
}

#question-form li.error {
    margin-bottom: 10px;
}

#question-form label.error, .answer-form label.error {
    width: auto;
    float: right;
    padding: 2px 4px 0 0;
}

#q_count, .a_count {
    width: 25px !important;
    margin-top: 2px;
    padding: 0;
    float: right;
}

.answer-form ul {padding: 0 !important;}
.answer-form input[type="text"], .answer-form textarea {width: 570px;}
.answer-form textarea { resize: none; }
.a_count { margin-right: 17px;}

.button-answer {
    background: #fff;
    padding: 2px;
    border: none;
    border-radius: 2px;
    color: #4A637B;
    cursor: pointer;
    font-weight: bold;
    float: right;
}

.button-answer:hover {
    background: #f5f5f5;
}

.ask-question-title {
    color: #666 !important;
    background: url("../../img/client/icons/ask1.png") no-repeat 0 0;
    padding-left: 30px;
    height: 20px;
}

.answersList{
    padding-left: 10px !important;
}

.author{
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
}

.author .questions-date{
    font-size: 11px;
}

.answersList .author{
    margin-left: 0px;
}