.faq-list .fl-one .flo-question { margin-bottom: 10px; }
.faq-list .fl-one .flo-question a { text-decoration: none; border-bottom: 1px dashed #1d6087; }
.faq-list .fl-one .flo-question a:hover { text-decoration: none; border-bottom: 1px dashed #ff6c00; }
.faq-list .fl-one .flo-answer { display: none; }
.faq-list .open .flo-question a { text-decoration: none; border-bottom: none; font-weight: bold; color: #1d6087; }
.faq-list .open .flo-question a:hover { text-decoration: none; border-bottom: none; font-weight: bold; color: #1d6087; }
.faq-list .open .flo-answer { display: block; margin-bottom: 10px; }

.question-form .label { display: block; margin-bottom: 5px; }
.question-form .text { border: 1px solid #bcbcbc; margin-bottom: 10px; padding: 2px 5px; color: #7f7f7f; }
.question-form .textarea { border: 1px solid #bcbcbc; margin-bottom: 10px; padding: 2px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #7f7f7f; }
.question-form .error { border: 1px solid #ff0000 !important; }
.question-form .error-str { color: #ff0000; }