.faq-body h2 {
    background: url(../images/open.png) no-repeat 0%;
    padding-left: 20px;
    cursor: pointer;
    color: #053131;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 30px;
    line-height: 20px;
}
.faq-body h2.close {
	background-image: url(../images/close.png);
	float:none;
}
.faq-body a.edit {
    color: #1982D1;
    font-size: 10px;
    text-decoration: none;
	float:right;
}
.faq-body  h2 a {
    text-decoration: none;
}
.faq-body  h2 a:focus{
      border: none;
    }
.faq-body .answer {
padding-left: 20px;
border-bottom: 1px solid #CCCCCC;
font-size: 16px;
 }