.content-box {  
}
div.content-box {
}
.roxen-edit-box-off { 
}
.roxen-edit-box-on {
        outline:          1px dotted #f8bb7b;
        /*background:       #f2f1eb;*/
        /*background:       #faf9f3;*/
        -moz-outline:     1px dotted #f8bb7b;     /*  FIXME: invalid CSS  */
}
.roxen-edit-marker-off {
        visibility:       hidden;
        display:          block;
        position:         absolute;
		border:           none;
}
.roxen-edit-marker-on {
        visibility:       visible;
        display:          block;
        position:         absolute;
        background:       URL(/roxen-files/cms-sites/4.5/images/button_edit_comp.gif)
                                                                            top left no-repeat;
        width:            28px;
        height:           13px;
        z-index:          1;
		border:           none;
}
div.roxen-linkbrowser-anchor a {
        visibility:       visible;
        display:          block;
        position:         absolute;
        background:       URL(/roxen-files/cms-sites/4.5/images/button_link_browser.gif)
                                                                            top left no-repeat;
        width:            28px;
        height:           13px;
        z-index:          1;
}