.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;

}

.faq-header {
color: #222222;
font-weight: bold;
border-bottom: 1px solid;
margin-bottom: 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;
}