if (!f.border_style_same.checked) {
        ce.style.borderTopStyle = f.border_style_top.value;
        ce.style.borderRightStyle = f.border_style_right.value;
        ce.style.borderBottomStyle = f.border_style_bottom.value;
        ce.style.borderLeftStyle = f.border_style_left.value;