.btn-dl-search{
  color: #fff;
  display: inline-block;
  letter-spacing: .2em;
  background: #41479f;
  border: none;
  padding: .5em 1em;
  border-radius: 5px;
}
.btn-dl-search:hover{
  text-decoration: none;
  opacity: .8;
}
.btn-dl-search::before{
  content: "";
  display: inline-block;
  background: url(/shared/images/ico_search02.png);
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.toggle-dl-hd{
  margin: 10px 0;
  background:#f2f4f3 url(/shared/images/ico_toggle_plus.png) no-repeat right center;
}
.toggle-dl-hd:hover{
  cursor: pointer;
  opacity: .8;
}

.toggle-dl-hd.active{
  border-radius:5px 5px 0 0;
  margin-bottom: 0;
  border-bottom: none;
  background-image: url(/shared/images/ico_toggle_minus.png);
}
.toggle-dl-body{
  display: none;
}
.toggle-dl-body.active{
  border-radius: 0 0 5px 5px;
  border: solid 1px #CCC;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
}