.qa .item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 13px;
}

.qa .item .question h2 {
    font-size: 18px;
    padding: 10px 0 0 10px;
    color: #EB661D;
}

.qa .item .question {

}

.qa .item .question .text {
    width: 720px;
    font-weight: bold;
    background: url("/i/qa-question.png") no-repeat;
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 20px;
    min-height: 20px;
}

.qa .item .question .meta {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    color: #AAA;
}

.qa .item .answer .text {
    width: 720px;
    background: url("/i/qa-answer.png") no-repeat;
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 20px;
    min-height: 20px;
}

.qa .item .answer .meta {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    color: #AAA;
    margin-bottom: 20px;
}

.qa .new-question {
    width: 720px;
    margin-bottom: 20px;
    padding: 40px 30px 0 30px;
    font-size: 13px;
    background: #f2f9eb url("/i/qa-background.png") no-repeat;
    background-position-x: right;
}

.qa .new-question .form {
    display: none;
    margin-top: 40px;
}

.qa .new-question h2 {
    font-size: 24px;
    padding-left: 80px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.qa .new-question .sub-header {
    color: #333;
    font-weight: bold;
    padding-left: 80px;
    height: 45px;
}

.qa .new-question .expand-button {
    float: right;
}

.qa .new-question .half-block {
    float: left;
    width: 330px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.qa .new-question .half-block.first {
    margin-left: 0px;
}

.qa .new-question .full-block {
    float: left;
    width: 700px;
    margin-bottom: 20px;
}

.qa .new-question label {
    display: block;
    margin-bottom: 5px;
}

.qa .new-question input {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.qa .new-question .full-block input {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.qa .new-question .full-block textarea {
    /*display: block;*/
    /*font-family: Tahoma, Arial;*/
    /*font-size: 15px;*/
    height: 120px;
    /*margin-bottom: 15px;*/
    /*padding: 5px;*/
    /*width: 665px;*/
    resize: none;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.qa .new-question button {
    display: block;
    padding: 5px;
}

.qa .new-question .notification {
    display: block;
    width: 640px;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    display: none;
    float: left;
    margin-bottom: 20px;
}

.qa .new-question .notification.success {
    color: #80C342;
    border: 1px solid #80C342;
    background-color: #CCFFCC;
}

.qa .new-question .notification.error {
    color: #EB661D;
    border: 1px solid #EB661D;
    background-color: rgb(255, 224, 204);
}