.faq-category, .ask-question, .faq-search {

border:1px solid;
margin:10px 0px;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
box-shadow: 0 4px 18px #174F69;

 border: 1px solid #B0C8D7;
    border-radius: 5px 5px 5px 5px;

}

.faq-header {
color: #174F69;
border-radius: 5px;
font-weight: bold;
margin-bottom: 10px;
background: -moz-linear-gradient(center bottom , #CFDFE9, #EFF8FF) repeat scroll 0 0 transparent;
border-bottom: 1px solid #B0C8D7;
padding:5px 10px;
}


.faq-question, .faq-answer {

margin-left: 1.3em;

}

.faq-question a {
text-decoration: underline;
}

.faq-answer {

font-style:italic;
background: none repeat scroll 0 0 #E2E2E2;
}