#p7Question {
}
#p7Question .questionBox {

}
#p7Question .questionBox h3 {
    width: 100%;
    background-color: #c5e4df;
    padding:4px 4px 4px 8px;

}
#p7Question .questionBox .questionBoxContent {
    background: #FFFFFF url('../../images/layout/question/questionBoxGradient.gif') repeat-x;
    border: 1px solid #c5e4df;
    padding: 20px;
    position: relative;
}
#p7Question .questionBox .questionBoxContent .submitButton {
    padding: 3px;
    text-transform: uppercase;
    background-color: #edf2f8;
    border: 1px solid #c5cad0;
    font-size: 11px;
    position: absolute;
    right: 20px;
    margin-top: -20px;

    
}
#p7Question .questionBox .questionBoxContent img {

}
#p7Question .questionBox .questionBoxContent input {
    border: 1px solid #c5cad0;
}
#p7Question .questionBox .questionBoxContent textarea {
    width: 377px;
}

#p7Question .questionBox .questionBoxContent .error_list {
    color: #FF0000;
}

#p7Question .questionBox .questionBoxContent table th {
    padding-right: 15px;
}

#p7Question #questions .question {
    background: #FFFFFF;
}
#p7Question #questions .question h2 {
    background-color: #c6e3e1;
    border-bottom: 0px;
    color:#000000;
}
#p7Question #questions .question p {
    padding: 0px;
}
#p7Question #questions .question .text {
    border: 1px solid #dadbdd;
    padding: 1.5em;
}
#p7Question #questions .answer {
    background: #FFFFFF;
}
#p7Question #questions .answer h3 {
    background-color: #f8d201;
    color: #000000;
}
#p7Question #questions .answer p {
    padding: 0px;
}
#p7Question #questions .answer .text {
    border: 1px solid #dadbdd;
    padding: 1.5em;
}
