div.dm_widget_layoutmenu
{
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

div.set_layout.small
{
    float: left;
    width: 18px;
    height: 18px;
    background: url(/images/layoutsmall.gif);
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px;
    cursor: pointer;
}

div.set_layout.small.selected
{
    background: url(/images/layoutsmall_selected.gif);
}
div.set_layout.big.selected
{
    background: url(/images/layoutbig_selected.gif);
}
div.layout
{
    float: left;
}
div.set_layout.big
{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px;
    float:left;
    width: 18px;
    height: 18px;
    background: url(/images/layoutbig.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}