/**
 * Style for multichoice form components
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 10.9.2010
 */
form.gs-insert .multichoice-field td.content-cell,
form.gs-edit .multichoice-field td.content-cell {
    border-left: 3px solid #bbbbbb;
}
.multichoice-remove {
    margin: 0 5px 0 0;
    padding-left: 20px;
    background: url('../../images/system/icons/cancel-gray-1.png') left no-repeat;
}
.multichoice-remove:hover {
    background: url('../../images/system/icons/cancel-1.png') left no-repeat;
}
.multichoice-add {
    display: block;
    margin: 3px 0 5px 3px;
    padding-left: 20px;
    background: url('../../images/system/icons/add-1.png') left no-repeat;
}
.multichoice-add:hover {
    background: url('../../images/system/icons/add-active-1.png') left no-repeat;
}