.beautifier_wrapper {
    position:relative;
    height:20px;
    line-height:20px;
    float:left;
}
div.checkbox_beautifier,
div.radio_beautifier {
    width:10px;
    height:10px;
    position:absolute;
    margin-left:6px;
    top:1px;
    left:1px;
    z-index:10;
}
div.checkbox_beautifier {
    background:url(checks.gif) top left no-repeat;
}
div.radio_beautifier {
    background:url(radios.gif) top left no-repeat;
}
div.checkbox_beautifier_on,
div.radio_beautifier_on{
    background-position:bottom left;
}

.beautified {
    position:relative;
    z-index:11;
    float:left;
    margin-top:0;
    margin-bottom:0;
    width:20px;
    padding:0;
    line-height:1em;
}

