.ccm-remo-expand-title {
  cursor: pointer;
  height:32px;
  line-height:32px;
  margin-top:10px;
  font-size:16px;
 
}
.ccm-remo-expand-content {
  padding: 10px;
  background: rgba(255, 255, 255, .9);
} 
.ccm-remo-expand-open {
  background: url(images/up.png) no-repeat 4px 4px rgba(255, 255, 255, .95);
  padding-left:28px;
}
.ccm-remo-expand-closed {
  background: url(images/down.png) no-repeat 4px 4px rgba(255, 255, 255, .9);
  padding-left:28px;
}
