/* POPUP */
#faq-content {display:none; width: 660px;}
#faq-content label {display:block; float:none; padding:5px 0;}
#faq-content input {width:220px;}
#faq-content textarea {margin:0; width: 380px;}

/* LIST */
#faq-list ul {margin:0; padding:0; list-style: none;}
.faq-questions, .faq-answers {width:100%; margin-bottom: 5px;}
.qicon, .aicon {font-family: georgia, arial; font-size:20px; font-weight: bold; vertical-align: top; color: red; padding: 6px 10px 0 0;}
.aicon {color: blue;}
.question, .answer {width: 90%;}
.question p, .answer p {margin:8px 0; padding:0;}
.question .name {font-family: georgia, arial;font-style: italic;font-size: 11px;text-align: right;display: block;}

.ajmessage {padding: 5px;}
.ajmessage.error {background: #fadcdc;}
.ajmessage.success {background: #e9faeb;}