.dhtmlgoodies_question{        /* Styling question */
        /* Start layout CSS */
        background-color:#FFFFFF;/*#ffdf57;*/
        width:500px;
        margin-bottom:2px;
        margin-top:2px;
        padding-left:2px;
        height:15px;
        /* End layout CSS */

        overflow:hidden;
        cursor:pointer;
}
.dhtmlgoodies_answer{        /* Parent box of slide down content */
        /* Start layout CSS */
        background-color:#ffffff;
        width:490px;
        padding-left:10px;
        /* End layout CSS */

        visibility:hidden;
        height:0px;
        overflow:hidden;
        position:relative;

}
.dhtmlgoodies_answer_content{        /* Content that is slided down */
        padding:1px;
        position:relative;
}


#help {
    text-align:center;
    height: 15px;
    width: 480px;
    }

#helpleft{
    float: left;
    width: 380px;
    text-align:left;
    }
#helpright{
    float: right;
    text-align:right;
    width: 100px;
    }


