﻿.qa-container
{
    width: 999px;
    background-color: white;
    height: auto;
}

.qa-header
{
    height: 70px;
    width: 999px;
    background-image: url(../images/code-generator-h.png);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    background-repeat: repeat-x;
}
.qa-body
{
    padding: 5px;
    height: auto;
    width: 800px;
    border: dashed 1px #4a8241;
    background-color: #f5fdf4;
    text-align: left;
    margin-top: 10px;
}

.qa-question
{
    padding: 10px;
    padding-left: 35px;
    height: auto;
    width: 760px;
    background-image: url(../images/question.png);
    background-repeat: no-repeat;
    background-position: left;
}

.qa-question span
{
    font-size: medium;
    color: #0e5b01;
}

.qa-answer
{
    margin-left: 30px;
    padding-left: 35px;
    height: auto;
    background-image: url(../images/295.ico);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
    min-height: 33px;
    padding-top: 10px;
}

.qa-answer span
{
    color:#2d2e2d;
    height: auto;
    font-size: 15px;
}
