.dhtmlgoodies_question{        /* Styling question */
        /* Start layout CSS */
        color:#004acc;
        font-size:10pt;
        font-weight:bold;
        width:600px;
        margin-bottom:5px;
        margin-top:5px;
        padding-left:2px;
        height:20px;
        text-decoration: underline;

/* End layout CSS */

        overflow:hidden;
        cursor:pointer;
}
.dhtmlgoodies_answer{        /* Parent box of slide down content */
        /* Start layout CSS */
        border:1px solid #32a5e6;
        background-color:#e8f6fe;
        margin-bottom:5px;
        margin-top:5px;
        width:420px;

        /* End layout CSS */

        visibility:hidden;
        height:0px;
        overflow:hidden;
        position:relative;

}
.dhtmlgoodies_answer_content{        /* Content that is slided down */
        padding:5px;
        font-size:0.9em;
        position:relative;
}
