.lc_mod {
    border: solid \#cc0000 1px;
    width: 610px;
}
.lc_cell {
    text-align: center;
}
.lc_cell_mid {
    border-left: dotted \#cc0000 1px;
    border-right: dotted \#cc0000 1px;
    text-align: center;
}
INPUT.lc_text_short {
    background: \#ffeed4;
    border: solid \#b0a088 1px;
    width: 24px;
}
INPUT.lc_text_medium {
    background: \#ffeed4;
    border: solid \#b0a088 1px;
    width: 36px;
}
INPUT.lc_text_long {
    background: \#e0d0b8;
    border: solid \#b0a088 1px;
    width: 80px;
}
SELECT.lc_select {
    background: \#ffeed4;
    border: solid \#b0a088 1px;
    width: 100px;
}

