.ept-wysiwyg-wrapper {
  border-collapse: separate;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #DFDFDF;
  clear: both;
}


#post-body .ept-wysiwyg-wrapper .wp_themeSkin .mceStatusbar a.mceResize {
  top: -2px;
  left: -2px;
}

.switch-wysiwyg-buttons {
  float: right;
  margin-bottom: -1px;
  padding-right: 10px;
}

.switch-wysiwyg-buttons a {
  float: right;
  margin-right: 4px;
  cursor: pointer;
  background-color: #F1F1F1;
  border-color: #DFDFDF;
  color: #999999;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 1px;
  height: 18px;
  padding: 4px 5px 2px;
  font-size: 13px;
  
}

.switch-wysiwyg-buttons a.active {
  background-color: #E9E9E9;
  border-bottom-color: #E9E9E9;
  color: #333333;
}