/*Begin: styles added for styling of forms page*/

.accordion_contents {
  margin:10px 0px;
}
.accordion_contents h4 {
  padding:0px 0px 0px 20px;
}
.accordion_contents h4.active_off {
  background-image: url("../images/nav_right.png");
  background-repeat: no-repeat;
  background-position:0px 4px;
  cursor:pointer;
}
.accordion_contents h4.active_on {
  background-image: url("../images/nav_bottom.png") !important;
  background-repeat: no-repeat;
  background-position:0px 2px !important;
}

/*End: styles added for styling of forms page*/

